]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
More fixes for bonus ranking
[mailer.git] / inc / db / lib-mysql3.php
index 44f5fd4366055e108896dc2ea06e9a7b2665bccf..e709c8a0d95d03dcc8c3a4584c58be7297c97a60 100644 (file)
@@ -78,7 +78,7 @@ function SQL_QUERY ($sqlString, $F, $L) {
        $querytimeBefore = array_sum(explode(' ', microtime()));
 
        // Run SQL command
-       //* DEBUG: */ outputHtml($sqlString."<br />");
+       //* DEBUG: */ print($sqlString . '<br />');
        $result = mysql_query($sqlString, SQL_GET_LINK())
                or addFatalMessage(__FUNCTION__, __LINE__, $F . ' (' . $L . '):' . mysql_error() . '<br />
 Query string:<br />