]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_wernis.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-list_wernis.php
index 16511ade760c4d913e684e5ed3b631386be033ba..56686255486b096140ac6f5ad2f8af817cace192 100644 (file)
@@ -61,7 +61,7 @@ ORDER BY
        __FILE__, __LINE__);
 
 // Are there some entries to display?
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // List all entries
        $OUT = '';
        while ($content = sqlFetchArray($result)) {