summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-25 17:59:08 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-25 17:59:08 +0000
commit13294dd7539b440b6df0f0f35a7c01eb7e178bf3 (patch)
tree14d45f259901a459a768c0451b36a56a364f450a
parentd03a5aeb136de81911fc31a1b02e7bb1e342d34a (diff)
downloadbrdo-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.php2
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