diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-22 21:03:47 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-22 21:03:47 +0000 |
commit | 58f723374b68a796eb79971dc1738a757017672f (patch) | |
tree | 7ca09ec5c5d4ee2597fe692f045899cd818ef6c5 /phpBB/install/install_main.php | |
parent | 22063e974adda03672656edbcd879d63122512c1 (diff) | |
download | forums-58f723374b68a796eb79971dc1738a757017672f.tar forums-58f723374b68a796eb79971dc1738a757017672f.tar.gz forums-58f723374b68a796eb79971dc1738a757017672f.tar.bz2 forums-58f723374b68a796eb79971dc1738a757017672f.tar.xz forums-58f723374b68a796eb79971dc1738a757017672f.zip |
Adding in the next page of the installer
Note that this still falls back to the old code part-way through the install
git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_main.php')
-rwxr-xr-x | phpBB/install/install_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_main.php b/phpBB/install/install_main.php index 271705b51d..cde8bcb3f2 100755 --- a/phpBB/install/install_main.php +++ b/phpBB/install/install_main.php @@ -36,7 +36,7 @@ class install_main extends module { global $lang, $template; - switch($sub) + switch ($sub) { case 'intro' : $title = $lang['SUB_INTRO']; |