From ca9bfcd0482b9ad93a09157d00503f85f66d6bd7 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 18 Jan 2006 16:06:09 +0000 Subject: [PATCH] New string available in langconfig.php: oldcharset --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 2e9eb4b4e96..eef617aee90 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -4668,7 +4668,7 @@ function get_string($identifier, $module='', $a=NULL) { /// Depending upon $CFG->unicodedb, we are going to check moodle.php or langconfig.php, /// default to a different lang pack, and redefine the module for some special strings /// that, under 1.6 lang packs, reside under langconfig.php - $langconfigstrs = array('alphabet', 'backupnameformat', 'firstdayofweek', 'locale', + $langconfigstrs = array('alphabet', 'backupnameformat', 'firstdayofweek', 'locale', 'oldcharset', 'parentlanguage', 'strftimedate', 'strftimedateshort', 'strftimedatetime', 'strftimedaydate', 'strftimedaydatetime', 'strftimedayshort', 'strftimedaytime', 'strftimemonthyear', 'strftimerecent', 'strftimerecentfull', 'strftimetime',