X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_wernis.php;h=333b9165564bd740520396cf8fce77ab94225930;hp=418e8c11e5386f1176fcc169e732124ecd7cf8cb;hb=30ae22f62ae87c53a56baf0d134569ba91011111;hpb=c72268213d4d4829d845d39c101bb08fbe4ed79a diff --git a/inc/modules/admin/what-list_wernis.php b/inc/modules/admin/what-list_wernis.php index 418e8c11e5..333b916556 100644 --- a/inc/modules/admin/what-list_wernis.php +++ b/inc/modules/admin/what-list_wernis.php @@ -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)) {