X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-del_transfer.php;h=7a6c1d6a8543f908fe1412f9e69caa44a7c10028;hp=33279661be13860b8bfee0388e821339adb5b6da;hb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;hpb=3c23bfaee208fa12adf5cdd9d8e9882612199d03 diff --git a/inc/modules/admin/what-del_transfer.php b/inc/modules/admin/what-del_transfer.php index 33279661be..7a6c1d6a85 100644 --- a/inc/modules/admin/what-del_transfer.php +++ b/inc/modules/admin/what-del_transfer.php @@ -66,7 +66,7 @@ if (isPostRequestElementSet('del')) { // We only need outgoing transfers $result = SQL_QUERY("SELECT userid, to_userid, trans_id, points, reason, time_trans FROM `{?_MYSQL_PREFIX?}_user_transfers_out` ORDER BY trans_id", __FILE__, __LINE__); -$total = 0; +$total = '0'; if (SQL_NUMROWS($result) > 0) { // Output rows $OUT = ''; $SW = 2;