New debugging function debugOutput() introduced, some rewrites to EL:
[mailer.git] / inc / libs / surfbar_functions.php
index 33a2f58ff8a270d5c8894d899d11b096a766a91d..543f145bdbe9374f5984f097273dbb63959d07ee 100644 (file)
@@ -1015,7 +1015,7 @@ function SURFBAR_CHECK_VALIDATION_CODE ($urlId, $check, $salt) {
 
 // Lockdown the userid/id combination (reload lock)
 function SURFBAR_LOCKDOWN_ID ($urlId) {
-       //* DEBUG: */ outputHtml('LOCK!');
+       //* DEBUG: */ debugOutput('LOCK!');
        ///* DEBUG: */ return;
        // Just add it to the database
        SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_surfbar_locks` (`locks_userid`, `locks_url_id`) VALUES (%s, %s)",