]> git.mjollnir.org Git - moodle.git/commitdiff
Adding lang support within profile fields to make them selfcontained.
authorstronk7 <stronk7>
Fri, 9 Nov 2007 19:11:40 +0000 (19:11 +0000)
committerstronk7 <stronk7>
Fri, 9 Nov 2007 19:11:40 +0000 (19:11 +0000)
Merged from MOODLE_19_STABLE

lib/moodlelib.php

index ffd91461501ad2bd9c1a90126d400a158640c9d1..abde06a6c1d2689f61dbe5ab40adcdeb11e39226 100644 (file)
@@ -4707,6 +4707,7 @@ function places_to_search_for_lang_strings() {
         'gradereport_' => array('grade/report'),
         'gradeimport_' => array('grade/import'),
         'gradeexport_' => array('grade/export'),
+        'profilefield_' => array('user/profile/field'),
         '' => array('mod')
     );
 }