]> git.mjollnir.org Git - moodle.git/commitdiff
Merging from MOODLE_14_STABLE
authorjulmis <julmis>
Wed, 8 Sep 2004 16:58:50 +0000 (16:58 +0000)
committerjulmis <julmis>
Wed, 8 Sep 2004 16:58:50 +0000 (16:58 +0000)
lib/speller/server-scripts/spellchecker.php

index 248f743eccd6988acfe4bde77e6a39c2847cb5fd..184adcf90a9c4633efc09a923b4cb615055fa53c 100644 (file)
@@ -45,7 +45,7 @@ function check_language($cmd) {
     }
     @pclose($handle);
 
-    $dicts = explode(chr(10), $output);
+    $dicts = explode(chr(10), strtolower($output));
 
     if(is_array($dicts)) {
         if(in_array($current_lang,$dicts)) {