X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_wernis.php;h=333b9165564bd740520396cf8fce77ab94225930;hb=98b92ea5ba992a63304091fa1b57f477befffc22;hp=418e8c11e5386f1176fcc169e732124ecd7cf8cb;hpb=cf3765c38cf0a76f396aca291f71858936e92956;p=mailer.git 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)) {