X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffix_filters.php;h=f18079a787b0b6d5923b9e21edb8f90f6d7c3d48;hp=b2762810fe45cc23589bcf2e72bb8a260d320cc3;hb=30ae22f62ae87c53a56baf0d134569ba91011111;hpb=c72268213d4d4829d845d39c101bb08fbe4ed79a diff --git a/inc/fix_filters.php b/inc/fix_filters.php index b2762810fe..f18079a787 100644 --- a/inc/fix_filters.php +++ b/inc/fix_filters.php @@ -51,7 +51,7 @@ ORDER BY `filter_name` ASC, `filter_function` ASC', __FILE__, __LINE__); // Do we have entries? (we should have!) -if (SQL_NUMROWS($result) > 0) { +if (!SQL_HASZERONUMS($result)) { // Load row by row while ($filter = SQL_FETCHARRAY($result)) { // Now search again for this filter and get it's total count