]> git.mxchange.org Git - mailer.git/blobdiff - inc/sql-functions.php
New debugging function debugOutput() introduced, some rewrites to EL:
[mailer.git] / inc / sql-functions.php
index 0d704543960b9cb4c966661ca58f9679e64b3e27..712bc1967a685d6545b95b5c0588b33ac16594ba 100644 (file)
@@ -115,7 +115,7 @@ function countSqls () {
 
 // Checks wether the SQLs array is filled
 function isSqlsValid () {
-       //* DEBUG: */ print __FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName().'<br />';
+       //* DEBUG: */ debugOutput(__FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName());
        return (
                (
                        isSqlsInitialized()