From f5dc782d9f79c902829333b2edc36df1ba854071 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 6 Sep 2008 20:00:14 +0000 Subject: [PATCH] Debug comment removed --- inc/libs/surfbar_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.5