X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=7fe2287fa09dd131b08dead4f3d7df942b2a861a;hp=1c763694f52bbb4d87af433f5f46d851241c6ca9;hb=0369c36aaab5af6ed44da1e13a53baef285f79b4;hpb=f33497b304b5b1ab26e9b18b141f755bd97fc9c1 diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 1c763694f5..7fe2287fa0 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -96,7 +96,7 @@ if ($listed) // Transfer data to constants for the template if (($stats_id > 0) && ($ID == "-1")) $ID = $stats_id; - if ($col == "bonus_id") $sender = "0"; + if ($col == "bonus_id") $sender = 0; define('__LIST_UNCON_SENDER' , $sender); define('__LIST_UNCON_SUBJECT', COMPILE_CODE($subj)); define('__LIST_UNCON_TEXT' , COMPILE_CODE($text));