X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fonline_functions.php;h=146d92da35e577aba4044b042006d092777e1d90;hb=89c00e43d2ce1dd1afe11c2c8485307342805f97;hp=02c0b4166336ca35043b6448801dc40e2348f711;hpb=0f9689b7d070311251abdc1dc3c5f970a4227021;p=mailer.git diff --git a/inc/libs/online_functions.php b/inc/libs/online_functions.php index 02c0b41663..146d92da35 100644 --- a/inc/libs/online_functions.php +++ b/inc/libs/online_functions.php @@ -123,7 +123,7 @@ WHERE sid='%s' LIMIT 1", SQL_FREERESULT($result); // Purge old entries - $result = SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_online WHERE timestamp <= (UNIX_TIMESTAMP() - %s)", + SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_online WHERE timestamp <= (UNIX_TIMESTAMP() - %s)", array(getConfig('online_timeout')), __FILE__, __LINE__); }