"MDL-18540, add 512 mo options to extramemeorylimit, merged from 1.9"

This commit is contained in:
dongsheng 2009-04-15 03:53:03 +00:00
parent 56eeebdf81
commit 4440330936

View file

@ -240,6 +240,7 @@ $temp->add(new admin_setting_configselect('extramemorylimit', get_string('extram
array( '64M' => '64M',
'128M' => '128M',
'256M' => '256M',
'512M' => '512M',
'1024M' => '1024M'
)));
$temp->add(new admin_setting_special_selectsetup('cachetype', get_string('cachetype', 'admin'),