From: Roland Häder Date: Sat, 6 Sep 2008 20:00:14 +0000 (+0000) Subject: Debug comment removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=7f5d2604c2b0bfa6983ece1d58febabc5159d25a Debug comment removed --- diff --git a/inc/libs/surfbar_functions.php b/inc/libs/surfbar_functions.php index 5297332658..8d1df27d79 100644 --- a/inc/libs/surfbar_functions.php +++ b/inc/libs/surfbar_functions.php @@ -338,8 +338,8 @@ function SURFBAR_LOCKDOWN_ID ($id) { array($GLOBALS['userid'], bigintval($id)), __FILE__, __LINE__); // Remove the salt from database - //SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_surfbar_salts WHERE url_id=%s AND userid=%s LIMIT 1", - // array(bigintval($id), $GLOBALS['userid']), __FILE__, __LINE__); + SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_surfbar_salts WHERE url_id=%s AND userid=%s LIMIT 1", + array(bigintval($id), $GLOBALS['userid']), __FILE__, __LINE__); } // Pay points to the user and remove it from the sender function SURFBAR_PAY_POINTS ($id) {