]> git.mxchange.org Git - mailer.git/commitdiff
mailer for session entries. :)
authorRoland Häder <roland@mxchange.org>
Fri, 10 Jun 2011 22:18:32 +0000 (22:18 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Jun 2011 22:18:32 +0000 (22:18 +0000)
inc/libs/bonus_functions.php
inc/libs/theme_functions.php

index 0ef95848f653e01244321f0f89915468935ea42a..db0a942de571c92be5943e51b26045cea3ef01d7 100644 (file)
@@ -40,10 +40,12 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// This function must be run *BEFORE* a link is removed from table 'mxchange_user_links' !
+// This function must be run *BEFORE* a link is removed from table 'mailer_user_links' !
 function addTurboBonus ($mid, $userid, $type) {
        // Shall we add bonus points?
-       if (!isBonusRallyeActive()) return false;
+       if (!isBonusRallyeActive()) {
+               return false;
+       } // END - if
 
        // Init variables
        $sql = ''; $bonus = '0'; $mail = '0'; $column = '';
index 6ee3384fd709d32502068dd8e68ad13d65ce48e7..976d45acc50f6eb6367212a7231f1f40dfd39550 100644 (file)
@@ -227,13 +227,13 @@ function getActualTheme () {
        // Load default theme if not empty from configuration
        if ((isConfigEntrySet('default_theme')) && (getConfig('default_theme') != '')) $ret = getConfig('default_theme');
 
-       if (!isSessionVariableSet('mxchange_theme')) {
+       if (!isSessionVariableSet('mailer_theme')) {
                // Set default theme
                setTheme($ret);
-       } elseif ((isSessionVariableSet('mxchange_theme')) && (isExtensionInstalledAndNewer('sql_patches', '0.1.4'))) {
+       } elseif ((isSessionVariableSet('mailer_theme')) && (isExtensionInstalledAndNewer('sql_patches', '0.1.4'))) {
                //die("<pre>".print_r($GLOBALS['cache_array']['themes'], true)."</pre>");
                // Get theme from cookie
-               $ret = getSession('mxchange_theme');
+               $ret = getSession('mailer_theme');
 
                // Is it valid?
                if ((!isExtensionActive('theme')) || (getThemeId($ret) == '0')) {
@@ -254,7 +254,7 @@ function getActualTheme () {
                }
 
                // Set return value
-               $ret = getSession('mxchange_theme');
+               $ret = getSession('mailer_theme');
        } else {
                // Invalid design, reset cookie
                setTheme($ret);
@@ -269,7 +269,7 @@ function getActualTheme () {
  * setSession() which is required e.g. for destroySponsorSession().
  */
 function setTheme ($newTheme) {
-       return setSession('mxchange_theme', $newTheme);
+       return setSession('mailer_theme', $newTheme);
 }
 
 // Get id from theme