]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_birthday.php
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
[mailer.git] / inc / reset / reset_birthday.php
index 9836603297d60c0ad571a153c4b1f9ed5798319c..fb4feb0b5e3de5160f65378ed25ad99bd25d42fe 100644 (file)
@@ -86,7 +86,6 @@ if (SQL_NUMROWS($result_birthday) > 0) {
                if (getConfig('birthday_points') > 0) {
                        // Add more entries to the array
                        $content['age']    = $age;
-                       $content['points'] = translateComma(getConfig('birthday_points'));
                        $content['check']  = '';
 
                        // @TODO 4 is hard-coded here, should we move it out in config?