From a8348b7faa9a3091edfcfbb993718f29edd62425 Mon Sep 17 00:00:00 2001 From: seek3r Date: Fri, 29 Sep 2000 21:16:29 +0000 Subject: [PATCH] changes references to accounts.loginid to accounts.account_lid --- setup/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/index.php b/setup/index.php index da011fa6d8..750ed690b4 100644 --- a/setup/index.php +++ b/setup/index.php @@ -55,7 +55,7 @@ /* Database setup */ switch($action){ - case "askforupgrade": + case "prebetaversion": echo "phpGroupWare Setup\n"; echo "\n"; echo "\n"; @@ -122,7 +122,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; echo " \n"; echo "
 Status
If you did not recieve any errors, your tables have been created.
\n"; + echo "
If you did not recieve any serious errors, your tables have been created.
\n"; echo " Click here to configure the environment.
\n"; @@ -149,7 +149,7 @@ echo "  Status\n"; echo " \n"; echo " \n"; - echo " If you did not recieve any errors, your tables *should* have been updated (no warranty on data integrity).
\n"; + echo " If you did not recieve any serious errors, your tables *should* have been updated (no warranty on data integrity).
\n"; echo " Click here to configure the environment.\n"; echo " \n"; echo "\n"; @@ -182,7 +182,7 @@ echo " \n"; echo "\n"; }else{ - Header("Location: $PHP_SELF?action=askforupgrade"); + Header("Location: $PHP_SELF?action=prebetaversion"); } }else{ echo "phpGroupWare Setup\n";