X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-unlock_sponsor.php;h=d91a05ba8d8c5954a08bd3ce5503d04704875075;hp=55735a498b72eb251c1f7cf689cc0c680dde481b;hb=27272fdaa3ad8895e6b55ec77658ad5c1f80e89c;hpb=ab61ada07cb44c269bc04be0c6cd981dc59c03eb diff --git a/inc/modules/admin/what-unlock_sponsor.php b/inc/modules/admin/what-unlock_sponsor.php index 55735a498b..d91a05ba8d 100644 --- a/inc/modules/admin/what-unlock_sponsor.php +++ b/inc/modules/admin/what-unlock_sponsor.php @@ -173,9 +173,6 @@ LIMIT 1", } // END - if } // END - if - // Transfer data to array - $content['points'] = translateComma($content['points_amount']); - // So let's send the email away $message = loadEmailTemplate('sponsor_unlocked', $content); sendEmail($content['email'], '{--SPONSOR_UNLOCKED_SUBJECT--}', $message); @@ -192,7 +189,7 @@ $result = SQL_QUERY("SELECT FROM `{?_MYSQL_PREFIX?}_sponsor_data` WHERE - `status`='PENDING' + `status`='PENDING' OR `status`='UNCONFIRMED' ORDER BY `id`", __FILE__, __LINE__);