Some notices to remind people about things they need to do.

This commit is contained in:
moodler
2003-05-15 17:26:59 +00:00
parent cf565fd7cf
commit 7adf67875d
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -160,6 +160,10 @@ function main_upgrade($oldversion=0) {
}
}
if ($oldversion < 2003051600) {
print_simple_box("Thanks for upgrading!<p>There are many changes since the last release. Please read the release notes carefully. If you are using CUSTOM themes you will need to edit them. You will also need to check your site's config.php file.", "center", "50%", "$THEME->cellheading", "20", "noticebox");
}
return $result;
}
?>