Adding lang support within profile fields to make them selfcontained.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7
2007-11-09 19:10:08 +00:00
parent e9a5857b7d
commit d770f41a00
+1
View 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')
);
}