]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_archiv.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-email_archiv.php
index d08304294ec56b80d9107e6d12a3ba0270130866..e5f66afc1197cd734ce1e08ef2dce39521eef342 100644 (file)
@@ -77,7 +77,7 @@ $numPages = round(SQL_NUMROWS($result_maximum) / getConfig('mails_page') + 0.5);
 // Free the result which we don't need
 SQL_FREERESULT($result_maximum);
 
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // Mail orders are in pool so we can display them
 
        // Add navigation table rows