]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Refback extension in alpha phase finished, users can give refback to all refs in...
[mailer.git] / inc / db / lib-mysql3.php
index 1a24f3928997617cc2a11b484fa5edf773e9527e..fe033aeb965e2ea8fe7f902a93c31ff68a3ed5d9 100644 (file)
@@ -285,7 +285,7 @@ function SQL_ESCAPE($str, $secureString=true,$strip=true) {
 
        if (function_exists('mysql_real_escape_string')) {
                // The new and improved version
-               //* DEBUG: */ echo __FUNCTION__.":str={$str}<br />\n";
+               //* DEBUG: */ print __FUNCTION__."(<font color=\"#0000aa\">".__LINE__."</font>):str={$str}<br />\n";
                return mysql_real_escape_string($str, $link);
        } elseif (function_exists('mysql_escape_string')) {
                // The obsulete function