aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-03-29 21:21:35 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-08-02 12:06:06 +0200
commitc64b8102b7c5dc5bd0be9d8085d01a66e90dde73 (patch)
tree7c585d4894c22bb36ce3bb8435c069bbb58fd6c7 /phpBB/language/en/install.php
parent3d4660a703ecd8d6e0273ad183ef38a7a139c81a (diff)
downloadforums-c64b8102b7c5dc5bd0be9d8085d01a66e90dde73.tar
forums-c64b8102b7c5dc5bd0be9d8085d01a66e90dde73.tar.gz
forums-c64b8102b7c5dc5bd0be9d8085d01a66e90dde73.tar.bz2
forums-c64b8102b7c5dc5bd0be9d8085d01a66e90dde73.tar.xz
forums-c64b8102b7c5dc5bd0be9d8085d01a66e90dde73.zip
[ticket/10809] Remove MSSQL support
PHPBB3-10809
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index b67b87959d..dcfb5fe871 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -185,7 +185,6 @@ $lang = array_merge($lang, array(
'TABLE_PREFIX_EXPLAIN' => 'The prefix must start with a letter and must only contain letters, numbers and underscores.',
// Database options
- 'DB_OPTION_MSSQL' => 'MSSQL Server 2000+',
'DB_OPTION_MSSQL_ODBC' => 'MSSQL Server 2000+ via ODBC',
'DB_OPTION_MSSQLNATIVE' => 'MSSQL Server 2005+ [ Native ]',
'DB_OPTION_MYSQL' => 'MySQL',