]> git.mjollnir.org Git - moodle.git/commitdiff
Prevent unnecessary scroll to warning message during local version installation/upgra...
authordwoolhead <dwoolhead>
Wed, 17 Jan 2007 14:38:56 +0000 (14:38 +0000)
committerdwoolhead <dwoolhead>
Wed, 17 Jan 2007 14:38:56 +0000 (14:38 +0000)
lib/locallib.php

index fafd993de42c2e68c43b712e926cc595f0acc8d9..82a94f83af4f8f8e16939e43b31736c9773329dd 100644 (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;