From 05ed3df5e0db720e7237107628b19da68b9f37db Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 4 Nov 2008 16:53:16 +0000 Subject: [PATCH] MDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 40bff7d6dc..539ec3c763 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -5302,7 +5302,7 @@ function get_string($identifier, $module='', $a=NULL, $extralocations=NULL) { 'strftimedate', 'strftimedateshort', 'strftimedatefullshort', 'strftimedatetime', 'strftimedaydate', 'strftimedaydatetime', 'strftimedayshort', 'strftimedaytime', 'strftimemonthyear', 'strftimerecent', 'strftimerecentfull', 'strftimetime', - 'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort'); + 'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort', 'thousandssep'); $filetocheck = 'langconfig.php'; $defaultlang = 'en_utf8'; -- 2.39.5