]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-active.php
cookies rewritten to session
[mailer.git] / inc / modules / guest / what-active.php
index c9d0db929c11a85782e80fed115c653344c8e536..99838f8d9c234d009cdc66ee6567eeff698b12ab 100644 (file)
@@ -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)
 {