]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/doubler_functions.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / libs / doubler_functions.php
index 30dd888b1d800038a26a6c49f254fc4c243ebd6c..25e41287b9788e414161f2b2dcf24f9b3796f29d 100644 (file)
@@ -88,7 +88,7 @@ LIMIT %s",
                        $limit
                ), __FUNCTION__, __LINE__);
 
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // List entries
                $OUT = '';
                while ($content = sqlFetchArray($result)) {