X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_beg.php;h=aa529945939a792020ebc9660e152796a05ff664;hb=d7c7aae61e567ecf3f13c1218550c06a7035f58e;hp=3bb5aba71f942586923c3e552d17eecd63b77fee;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/inc/modules/admin/what-list_beg.php b/inc/modules/admin/what-list_beg.php index 3bb5aba71f..aa52994593 100644 --- a/inc/modules/admin/what-list_beg.php +++ b/inc/modules/admin/what-list_beg.php @@ -67,7 +67,7 @@ if (getConfig('beg_rallye') == 'Y') { FROM `{!_MYSQL_PREFIX!}_user_data` WHERE `status`='CONFIRMED' AND beg_points > 0".$lastOnline." ORDER BY beg_points DESC, last_online DESC, userid", - array($ONLINE), __FILE__, __LINE__); + array($ONLINE), __FILE__, __LINE__); if (SQL_NUMROWS($result) > 0) { // List users @@ -91,7 +91,7 @@ ORDER BY beg_points DESC, last_online DESC, userid", 'sname' => $content['surname'], 'fname' => $content['family'], 'turbo' => translateComma($content['beg_points']), - 'last' => generateDateTime($content['last_online'], "2"), + 'last' => generateDateTime($content['last_online'], '2'), 'sw' => $SW, 'win1' => $WIN1, 'win2' => $WIN2, @@ -116,7 +116,7 @@ ORDER BY beg_points DESC, last_online DESC, userid", // Prepare constant for timemark if (EXT_IS_ACTIVE('autopurge')) { - define('__AUTOPURGE_TIMEOUT', generateDateTime(time() - getConfig('ap_inactive_since'), "2")); + define('__AUTOPURGE_TIMEOUT', generateDateTime(time() - getConfig('ap_inactive_since'), '2')); } else { define('__AUTOPURGE_TIMEOUT', sprintf(getMessage('EXTENSION_PROBLEM_NOT_INSTALLED'), 'autopurge')); }