More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_transfer.php
index a66c6acfd20b9ea331d4ce075bec1308e481c66e..41a3cb954696ce6729c5e4427bae5175378e3ec8 100644 (file)
@@ -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)) {