X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_transfer.php;h=41a3cb954696ce6729c5e4427bae5175378e3ec8;hb=ad6b1626cb65625166344063a3bb849029bed920;hp=a66c6acfd20b9ea331d4ce075bec1308e481c66e;hpb=cf3765c38cf0a76f396aca291f71858936e92956;p=mailer.git diff --git a/inc/modules/admin/what-list_transfer.php b/inc/modules/admin/what-list_transfer.php index a66c6acfd2..41a3cb9546 100644 --- a/inc/modules/admin/what-list_transfer.php +++ b/inc/modules/admin/what-list_transfer.php @@ -54,7 +54,7 @@ ORDER BY `trans_id` ASC', __FILE__, __LINE__); $total = '0'; -if (SQL_NUMROWS($result) > 0) { +if (!SQL_HASZERONUMS($result)) { // Output rows $OUT = ''; while ($content = SQL_FETCHARRAY($result)) {