]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed some output
authormoodler <moodler>
Wed, 29 Mar 2006 15:03:58 +0000 (15:03 +0000)
committermoodler <moodler>
Wed, 29 Mar 2006 15:03:58 +0000 (15:03 +0000)
admin/langimport.php

index d2039975406a3daa6f1a3c14bdf06b684daf5f14..82abe61f4b5bdf23c73bc40531d4088d835c5be2 100755 (executable)
@@ -73,9 +73,8 @@
                             
                         break;
                         case INSTALLED:
-                            print_string('langpackupdated','admin',$pack);
                             @unlink($CFG->dataroot.'/cache/languages');
-                            print_continue('langimport.php');
+                            notice(get_string('langpackupdated','admin',$pack), 'langimport.php');
                         break;
                         default:
                             //We shouldn't reach this point