1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-23 17:34:56 +02:00

Fixed some output

This commit is contained in:
moodler 2006-03-29 15:03:58 +00:00
parent ba6b47d3bf
commit 2eb27f07f3

@ -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