From: moodler Date: Wed, 29 Mar 2006 15:03:58 +0000 (+0000) Subject: Fixed some output X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2eb27f07f345a406492cbd7e93098848827783df;p=moodle.git Fixed some output --- diff --git a/admin/langimport.php b/admin/langimport.php index d203997540..82abe61f4b 100755 --- a/admin/langimport.php +++ b/admin/langimport.php @@ -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