From 38fa9d6cdb931d191f2000216345bbe383e39f8a Mon Sep 17 00:00:00 2001 From: seek3r Date: Sun, 5 Nov 2000 10:53:19 +0000 Subject: [PATCH] changed drop to delete for proper description --- setup/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/index.php b/setup/index.php index b6d5b3eff0..df28b99365 100644 --- a/setup/index.php +++ b/setup/index.php @@ -73,7 +73,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; echo " \n"; @@ -127,13 +127,13 @@ - +
phpGroupWare Setup\n"; echo "\n"; echo "\n"; @@ -141,7 +141,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; $db->Halt_On_Error = "report"; $currentver = "drop";
 Information
At your request, this script is going to take the evil action of dropping your existing tables and re-creating them in the new format.At your request, this script is going to take the evil action of deleting your existing tables and re-creating them in the new format.