]> git.mxchange.org Git - mailer.git/blobdiff - inc/sql-functions.php
Fixed wrong handling of nickname in member login
[mailer.git] / inc / sql-functions.php
index 712bc1967a685d6545b95b5c0588b33ac16594ba..11d737489ebcf97c5da30111bdd1ff7ac26c99a2 100644 (file)
@@ -54,6 +54,7 @@ function isSqlsInitialized () {
 
 // Setter for SQLs array
 function setSqlsArray ($SQLs) {
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'count()='.count($SQLs));
        $GLOBALS['sqls'] = (array) $SQLs;
 }