From 13294dd7539b440b6df0f0f35a7c01eb7e178bf3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Mar 2001 17:59:08 +0000 Subject: [PATCH] - added a bit of text and a "do not reload" warning --- updates/2.00-to-x.xx.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php index 18ed3254be59..2d5050cd268c 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