]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_primera.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-list_primera.php
index b49af4ed8b08773e9a22ca15eec7c7897667f033..a70784139197351f7bce08c5549bb727eaa9dbb3 100644 (file)
@@ -56,7 +56,7 @@ ORDER BY
        __FILE__, __LINE__);
 
 // Are there some entries to display?
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // List all entries
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {