diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-12-04 21:55:34 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-12-04 21:55:34 +0000 |
| commit | f43a46fcf407f8eda62dceef5e0bcb2eadc59beb (patch) | |
| tree | d33f4185f9b608800f624d4720c2c2e351810a73 | |
| parent | 1a5791e19f892f8a673685fdee63f9ee6c5f9847 (diff) | |
| download | forums-f43a46fcf407f8eda62dceef5e0bcb2eadc59beb.tar forums-f43a46fcf407f8eda62dceef5e0bcb2eadc59beb.tar.gz forums-f43a46fcf407f8eda62dceef5e0bcb2eadc59beb.tar.bz2 forums-f43a46fcf407f8eda62dceef5e0bcb2eadc59beb.tar.xz forums-f43a46fcf407f8eda62dceef5e0bcb2eadc59beb.zip | |
#6010
git-svn-id: file:///svn/phpbb/trunk@6710 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/acp/acp_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index a8c014979e..c4c282e588 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -1261,7 +1261,7 @@ class acp_database break; case 'mssql': - case 'mssql-odbc': + case 'mssql_odbc': $delim = 'GO'; break; } |
