diff options
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-x | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 4a81d2623a..4a1f1add75 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -146,6 +146,7 @@ $lang = array_merge($lang, array( 'DLL_GD' => 'GD graphics support [ Visual Confirmation ]', 'DLL_MBSTRING' => 'Multi-byte character support', 'DLL_MSSQL' => 'MSSQL Server 2000+', + 'DLL_MSSQL_2005' => 'MSSQL Server 2005+', 'DLL_MSSQL_ODBC' => 'MSSQL Server 2000+ via ODBC', 'DLL_MYSQL' => 'MySQL', 'DLL_MYSQLI' => 'MySQL with MySQLi Extension', |