Merging fixes from MOODLE_16_STABLE

This commit is contained in:
julmis
2006-09-30 16:07:43 +00:00
parent 3650ba6f58
commit 9337f3e48d
+1 -1
View File
@@ -23,7 +23,7 @@ $aspell_opts = '-a -H --lang='. $lang .' --encoding=utf-8';
if (!empty($CFG->aspellextradicts)) { // eg /usr/bin/.aspell.en.pws
$aspell_opts .= ' --add-extra-dicts='.$CFG->aspellextradicts;
}
$tempfiledir = './';
$tempfiledir = $CFG->dataroot; // Use dataroot since it must be writable
$input_separator = 'A';
function check_language($cmd) {