]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / db / lib-mysql3.php
index bcdf041e3668e2a9bd7d81f7ff254fc03f3de647..deddd149030a674c597fe253c678c79ec69c5cbb 100644 (file)
@@ -288,7 +288,7 @@ function SQL_INSERTID () {
 }
 
 // Escape a string for the database
-function SQL_ESCAPE ($str, $secureString=true,$strip=true) {
+function SQL_ESCAPE ($str, $secureString=true, $strip=true) {
        // Secure string first? (which is the default behaviour!)
        if ($secureString) {
                // Then do it here