Debug comment removed
authorRoland Häder <roland@mxchange.org>
Sat, 6 Sep 2008 20:00:14 +0000 (20:00 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Sep 2008 20:00:14 +0000 (20:00 +0000)
inc/libs/surfbar_functions.php

index 529733265815adff0accb8fd7a96f3354172cc3e..8d1df27d7976eb349f7ebb97ba80f830f9342d22 100644 (file)
@@ -338,8 +338,8 @@ function SURFBAR_LOCKDOWN_ID ($id) {
                array($GLOBALS['userid'], bigintval($id)), __FILE__, __LINE__);
 
        // Remove the salt from database
                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) {
 }
 // Pay points to the user and remove it from the sender
 function SURFBAR_PAY_POINTS ($id) {