Renamed all SQL-related functions to camel-case notation
[mailer.git] / debug.php
index 36638d270508ef6fadd6eb19cc576143375b92b2..10af24c8573a54bec19d629bcc53fc43369a57cb 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -57,7 +57,7 @@ if ((isExtensionActive('debug')) && (!ifFatalErrorsDetected())) {
                        // Construct FQFN for the module
                        $inc = sprintf("inc/debug/%s/request_%s.php",
                                getConfig('debug_mode'),
-                               SQL_ESCAPE(postRequestElement('request'))
+                               sqlEscapeString(postRequestElement('request'))
                        );
 
                        // Is the module there? Else we log it!