More template fixes
[mailer.git] / inc / mails / birthday_mails.php
index c4dab04700104eea6215fbdf820e5e07286858fa..ca8ac5241476cef9bda411007593917a24f076b5 100644 (file)
@@ -76,7 +76,7 @@ if (SQL_NUMROWS($result_birthday) > 0) {
                        // Prepare array for loading template
                        $content = array(
                                'age'    => $AGE,
-                               'points' => $_CONFIG['birthday_points'],
+                               'points' => TRANSLATE_COMMA($_CONFIG['birthday_points']),
                                'check'  => "",
                        );