After upgrading version, stay on admin page rather than going to home

page, just in case there is more to do.
This commit is contained in:
martin 2002-09-26 13:05:18 +00:00
parent 9450cef212
commit f1f901c3ea

View file

@ -71,7 +71,7 @@
$db->debug=false; $db->debug=false;
if (set_field("config", "value", "$version", "name", "version")) { if (set_field("config", "value", "$version", "name", "version")) {
notify($strdatabasesuccess); notify($strdatabasesuccess);
print_continue("$CFG->wwwroot"); print_continue("index.php");
die; die;
} else { } else {
notify("Upgrade failed! (Could not update version in config table)"); notify("Upgrade failed! (Could not update version in config table)");