]> git.mxchange.org Git - mailer.git/blobdiff - inc/sql-functions.php
Possible fix for non-working nickname referal link
[mailer.git] / inc / sql-functions.php
index e662138762362b744a3dbc8a52b0df53f190ca00..d7cf55d1bdeebb6d8b6058aac99e0343aa80f01e 100644 (file)
@@ -99,7 +99,7 @@ function mergeSqls ($SQLs, $type = '') {
 // Counter for SQLs array
 function countSqls () {
        // Default is false
-       $count = 0;
+       $count = '0';
 
        // Is the array there?
        if (isSqlsInitialized()) {