Prevent unnecessary scroll to warning message during local version installation/upgrade due to missing notification type on success

This commit is contained in:
dwoolhead
2007-01-17 14:38:56 +00:00
parent f2aa178bac
commit f27b2c4e6d
+1 -1
View File
@@ -101,7 +101,7 @@ function upgrade_local_db($continueto) {
$db->debug=false;
if (set_config('local_version', $local_version)) {
notify(get_string('databasesuccess'), 'notifysuccess');
notify(get_string('databaseupgradelocal', '', $local_version));
notify(get_string('databaseupgradelocal', '', $local_version), 'notifysuccess');
print_continue($continueto);
print_footer('none');
exit;