X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_coupon.php;h=4d503c8640a575286bb5ab67b774b909bb6eb38f;hp=aee069dce0be8508315cb73d8d8a1247b646d3cd;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=e9da1508b2a3ccbf63adc999981674740a47e074 diff --git a/inc/modules/admin/what-list_coupon.php b/inc/modules/admin/what-list_coupon.php index aee069dce0..4d503c8640 100644 --- a/inc/modules/admin/what-list_coupon.php +++ b/inc/modules/admin/what-list_coupon.php @@ -70,7 +70,7 @@ ORDER BY ), __FILE__, __LINE__); // Are there entries? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Init variable $OUT = ''; @@ -110,7 +110,7 @@ ORDER BY `d`.`id` ASC', __FILE__, __LINE__); // Are there entries? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Init variable $OUT = '';