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 = '';
// 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')) {
}
// Set return value
- $ret = getSession('mxchange_theme');
+ $ret = getSession('mailer_theme');
} else {
// Invalid design, reset cookie
setTheme($ret);
* 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