diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-25 17:59:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-25 17:59:08 +0000 |
commit | 13294dd7539b440b6df0f0f35a7c01eb7e178bf3 (patch) | |
tree | 14d45f259901a459a768c0451b36a56a364f450a | |
parent | d03a5aeb136de81911fc31a1b02e7bb1e342d34a (diff) | |
download | brdo-13294dd7539b440b6df0f0f35a7c01eb7e178bf3.tar.gz brdo-13294dd7539b440b6df0f0f35a7c01eb7e178bf3.tar.bz2 |
- added a bit of text and a "do not reload" warning
-rw-r--r-- | updates/2.00-to-x.xx.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php index 18ed3254b..2d5050cd2 100644 --- a/updates/2.00-to-x.xx.php +++ b/updates/2.00-to-x.xx.php @@ -26,4 +26,6 @@ while ($faq = db_fetch_object($result)) { db_query("update users set history = ''"); +print "Your database has been upgraded! Do NOT reload this page!"; + ?>
\ No newline at end of file |