]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index d3b5a391bcccaf5b328bad3088d193964000e113..217a444e1a2d8b43b9ca2c979b61a51c1e0bd3e0 100644 (file)
@@ -323,7 +323,7 @@ ORDER BY start_time DESC",
                                'notify_lnk' => TRANSLATE_YESNO($content['send_notify']),
                                'auto_lnk'   => TRANSLATE_YESNO($content['auto_add_new_user']),
                                'notified'   => TRANSLATE_YESNO($content['notified']),
-                               'prices_cnt' => GET_TOTAL_DATA($content['id'], "rallye_prices", "id", "rallye_id", true),
+                               'prices_cnt' => TRANSLATE_COMMA(GET_TOTAL_DATA($content['id'], "rallye_prices", "id", "rallye_id", true)),
                                'descr'      => COMPILE_CODE($content['descr']),
                                'min_users'  => $content['min_users'],
                                'min_prices' => $content['min_prices'],