From f2c6619fcf9489f34354efe9a9eab3dd73db773e Mon Sep 17 00:00:00 2001 From: "bitweaver.org" Date: Sun, 19 Jun 2005 04:51:19 +0000 Subject: IMPORT TikiPro CLYDE FINAL --- upgrade_welcome.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 upgrade_welcome.php (limited to 'upgrade_welcome.php') diff --git a/upgrade_welcome.php b/upgrade_welcome.php new file mode 100644 index 0000000..a9632ef --- /dev/null +++ b/upgrade_welcome.php @@ -0,0 +1,16 @@ +assign( 'dbWarning', 'MySQL 4.1 or greater is required to run the installer. bitweaver will support MySQL 3.23 and above, however, the upgrade process currently uses "sub-selects" which are only supported in MySQL 4.1 and higher and all other real databases.' ); + $smarty->assign( 'warningSubmit', 'Click if MySQL 4.1 is installed' ); +} + +// assign next step in installation process +$smarty->assign( 'next_step',$step + 1 ); +?> -- cgit v1.3