Adding lang support within profile fields to make them selfcontained.

This commit is contained in:
stronk7 2007-11-09 19:08:31 +00:00
parent 5789b52a35
commit 5e1cef5b04

View file

@ -4368,6 +4368,7 @@ function places_to_search_for_lang_strings() {
'quiz_' => array('mod/quiz/report'),
'report_' => array($CFG->admin.'/report', 'course/report'),
'resource_' => array('mod/resource/type'),
'profilefield_' => array('user/profile/field'),
'' => array('mod')
);
}