fixed missing global CFG - merged from MOODLE_18_STABLE

This commit is contained in:
skodak 2007-03-14 21:56:09 +00:00
parent 5e992f564b
commit d927621bf3

View File

@ -4183,6 +4183,8 @@ function clean_getstring_data( $a ) {
* help.php.
*/
function places_to_search_for_lang_strings() {
global $CFG;
return array(
'__exceptions' => array('moodle', 'langconfig'),
'assignment_' => array('mod/assignment/type'),