]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Complete rewrite and debug message surpressed:
[mailer.git] / inc / db / lib-mysql3.php
index e005e753b95a7fe87ade5427feda0898a19e913f..b62e9132845f16edf451cb6ad6cafffd6a83132c 100644 (file)
@@ -257,7 +257,7 @@ function SQL_QUERY_ESC ($qstring, $data, $F, $L, $run=true, $strip=true, $secure
        if (!SQL_IS_LINK_UP()) return false;
 
        // Init variable
-       $query = "failed";
+       $query = 'failed';
 
        if ($strip === true) {
                $strip = "true";
@@ -291,7 +291,7 @@ function SQL_QUERY_ESC ($qstring, $data, $F, $L, $run=true, $strip=true, $secure
        eval($eval);
 
        // Was the eval() command fine?
-       if ($query == "failed") {
+       if ($query == 'failed') {
                // Something went wrong?
                debug_report_bug("eval={$eval}");
        } // END - if