]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
'what' shouldn't be checked so strictly, but 'action' must???
[mailer.git] / inc / mails / beg_mails.php
index 9bf3915639ae0d6a45a616696a322b437419766d..f29ca38451dcb5ae51457b743fb4de5a56b61a93 100644 (file)
@@ -80,11 +80,6 @@ if (!empty($sql)) {
        // The SQL command needs to be finisched here (only confirmed accounts!)
        $sql .= ") AND `status`='CONFIRMED' ORDER BY `last_online` ASC";
 
-       // Prepare data for the template
-       $content['min_points'] = translateComma(getConfig('beg_points'));
-       $content['max_points'] = translateComma(getConfig('beg_points_max'));
-       $content['max_winner'] = round(getConfig('beg_ranks'));
-
        // No IP locking setuped by default
        $content['ip_locker'] = getMessage('BEG_NO_LIMITATION');