X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_beg.php;h=1a2b8fefa2a4c8d8fa3e37233a66cf954c17a51e;hb=22f132c8d6314f76c69dff58ec0dac21f5ca3bf2;hp=5c68a0418d5a84fdfbe7ad090ee9c2c4bffaeeb0;hpb=f585bb39812d6f027725b87fa9f845e0dfe3b306;p=mailer.git diff --git a/inc/modules/admin/what-list_beg.php b/inc/modules/admin/what-list_beg.php index 5c68a0418d..1a2b8fefa2 100644 --- a/inc/modules/admin/what-list_beg.php +++ b/inc/modules/admin/what-list_beg.php @@ -67,7 +67,9 @@ if (isBegRallyeEnabled()) { FROM `{?_MYSQL_PREFIX?}_user_data` WHERE - `status`='CONFIRMED' AND beg_points > 0".$lastOnline." + `status`='CONFIRMED' AND + `beg_points` > 0 + " . $lastOnline . " ORDER BY `beg_points` DESC, `last_online` DESC, @@ -120,7 +122,7 @@ ORDER BY if (isExtensionActive('autopurge')) { $content['autopurge_timeout'] = generateDateTime(time() - getApInactiveSince(), 2); } else { - $content['autopurge_timeout'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('EXTENSION_PROBLEM_EXTENSION_NOT_INSTALLED', 'autopurge')); + $content['autopurge_timeout'] = loadTemplate('admin_settings_saved', true, generateExtensionInactiveNotInstalledMessage('autopurge')); } // Load final template