X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-active.php;h=99838f8d9c234d009cdc66ee6567eeff698b12ab;hb=b5912168d72ae511eb623c3d92540c82d31b93c5;hp=c9d0db929c11a85782e80fed115c653344c8e536;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/guest/what-active.php b/inc/modules/guest/what-active.php index c9d0db929c..99838f8d9c 100644 --- a/inc/modules/guest/what-active.php +++ b/inc/modules/guest/what-active.php @@ -57,7 +57,7 @@ $result = SQL_QUERY_ESC("SELECT userid, ".$ADD.", last_online FROM "._MYSQL_PREFIX."_user_data WHERE last_online >= %s AND status='CONFIRMED' ORDER BY last_online DESC LIMIT %s", - array($START, $CONFIG['active_limit']), __FILE__, __LINE__); + array($START, $_CONFIG['active_limit']), __FILE__, __LINE__); if (SQL_NUMROWS($result) > 0) {