Renamed all SQL-related functions to camel-case notation
[mailer.git] / inc / callback-functions.php
index 3a3edebb5a0a0fd6d10fc1b1fb0739e93b7ec121..821bbd4dafc3fbab80a69eca80ac126c26e36fc0 100644 (file)
@@ -1349,7 +1349,7 @@ function doXmlNoEntryFoundMessage ($resource, $attributes) {
 // Checks for string without any added extra data
 function isXmlTypeString ($value) {
        // Just let SQL_ESCAPE() do the job
-       return ($value == SQL_ESCAPE($value));
+       return ($value == sqlEscapeString($value));
 }
 
 // Fake-check for array type