]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg2.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / member / what-beg2.php
index 217b63ed43d4caa38c90a4578bd66be2c666096b..4de9d086f0a0a104f5777c0b61950e1d33347507 100644 (file)
@@ -62,7 +62,7 @@ if (EXT_IS_ACTIVE('autopurge')) {
 $result = SQL_QUERY_ESC("SELECT userid, beg_points AS beg, last_online FROM `{!_MYSQL_PREFIX!}_user_data`
 WHERE beg_points > 0 AND `status`='CONFIRMED'".$lastOnline."
 ORDER BY beg_points DESC, last_online DESC, userid LIMIT %s",
-       array($ONLINE, getConfig('beg_ranks')), __FILE__, __LINE__);
+array($ONLINE, getConfig('beg_ranks')), __FILE__, __LINE__);
 
 // Reset temporary variable and check for users
 $OUT = '';