X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsql-functions.php;h=11d737489ebcf97c5da30111bdd1ff7ac26c99a2;hb=a74cbdf4f8838f216ebb1a201943575177ffe9a5;hp=0d704543960b9cb4c966661ca58f9679e64b3e27;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/sql-functions.php b/inc/sql-functions.php index 0d70454396..11d737489e 100644 --- a/inc/sql-functions.php +++ b/inc/sql-functions.php @@ -54,6 +54,7 @@ function isSqlsInitialized () { // Setter for SQLs array function setSqlsArray ($SQLs) { + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'count()='.count($SQLs)); $GLOBALS['sqls'] = (array) $SQLs; } @@ -115,7 +116,7 @@ function countSqls () { // Checks wether the SQLs array is filled function isSqlsValid () { - //* DEBUG: */ print __FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName().'
'; + //* DEBUG: */ debugOutput(__FUNCTION__.':'.intval(isSqlsInitialized()).'/'.countSqls().'/'.getCurrentExtensionName()); return ( ( isSqlsInitialized()