From 830f1fdab7b1a216ed1d00df1ae98ed31286291e Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 6 May 2006 20:02:37 +0000 Subject: [PATCH] A small missing change from the reformatting earlier to make it clearer git-svn-id: file:///svn/phpbb/trunk@5890 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 7f5f4e6177..ce4fcb5cc1 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -178,7 +178,7 @@ class install_install extends module { $template->assign_block_vars('checks', array( 'TITLE' => $lang['DLL_' . strtoupper($db_name)], - 'RESULT' => '' . $lang['UNAVAILABLE'] . '', + 'RESULT' => '' . $lang['UNAVAILABLE'] . '', 'S_EXPLAIN' => false, 'S_LEGEND' => false,