]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Queries for de-/activation and removal of extensions fixed
[mailer.git] / inc / db / lib-mysql3.php
index 9b42362a0f5336f7dfcd4e764992e4bdb85114d1..c9b5b320c19610731c1f96c21181ca1d3d8c0eea 100644 (file)
@@ -274,6 +274,7 @@ function SQL_ESCAPE($str, $secureString = true) {
 
        if (function_exists('mysql_real_escape_string')) {
                // The new and improved version
+               //* DEBUG: */ echo __FUNCTION__.":str={$str}<br />\n";
                return mysql_real_escape_string($str, $link);
        } elseif (function_exists('mysql_escape_string')) {
                // The obsulete function