aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-09-19 04:50:02 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-09-19 04:50:02 +0000
commitb7dab9cdab72b6463121856d26dcfea0eb0df376 (patch)
tree661d707f54a7c4b4dfb37c3a01de548446d52dfe /phpBB/install/install_install.php
parentea065f3e67ee0c0cb28c88569042461dd8cf2c27 (diff)
downloadforums-b7dab9cdab72b6463121856d26dcfea0eb0df376.tar
forums-b7dab9cdab72b6463121856d26dcfea0eb0df376.tar.gz
forums-b7dab9cdab72b6463121856d26dcfea0eb0df376.tar.bz2
forums-b7dab9cdab72b6463121856d26dcfea0eb0df376.tar.xz
forums-b7dab9cdab72b6463121856d26dcfea0eb0df376.zip
- Oracle now works with large amounts of text
- MSSQL now works :P (sans UTF-8 support) - The current schema files work well enough to install, etc. but must be tightened. Will get to it when I get some time... git-svn-id: file:///svn/phpbb/trunk@6381 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 9bc0e78bba..aec12abb5a 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1774,7 +1774,7 @@ class install_install extends module
$sql = "SELECT *
FROM NLS_DATABASE_PARAMETERS
WHERE PARAMETER = 'NLS_RDBMS_VERSION'
- OR PARAMETER = 'NLS_CHARACTERSET';";
+ OR PARAMETER = 'NLS_CHARACTERSET'";
$result = $db->sql_query($sql);
while ($row = $db->sql_fetchrow($result))