X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_birthday.php;h=fb4feb0b5e3de5160f65378ed25ad99bd25d42fe;hb=8ffce31d9ae39991adf913512d8f5db24fda0b2a;hp=9836603297d60c0ad571a153c4b1f9ed5798319c;hpb=d0fdd5b9f2c9f1b567db669b0e04f97255ae9c0b;p=mailer.git diff --git a/inc/reset/reset_birthday.php b/inc/reset/reset_birthday.php index 9836603297..fb4feb0b5e 100644 --- a/inc/reset/reset_birthday.php +++ b/inc/reset/reset_birthday.php @@ -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?