X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsql-functions.php;h=d7cf55d1bdeebb6d8b6058aac99e0343aa80f01e;hb=b9edcfb00bb14c7b53b107ff5b1290841340b434;hp=e662138762362b744a3dbc8a52b0df53f190ca00;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/sql-functions.php b/inc/sql-functions.php index e662138762..d7cf55d1bd 100644 --- a/inc/sql-functions.php +++ b/inc/sql-functions.php @@ -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()) {