aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-11-21 00:12:44 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-11-21 00:12:44 +0100
commitc4d3c5320e03f3adbbae90b4c04ff1a8783d51b6 (patch)
treec0ac583cc9a4c3f8db963645110135174ddd0a68 /phpBB/language/en/install.php
parentaeb896399c430e772d5489c981d9ccae603451e7 (diff)
downloadforums-c4d3c5320e03f3adbbae90b4c04ff1a8783d51b6.tar
forums-c4d3c5320e03f3adbbae90b4c04ff1a8783d51b6.tar.gz
forums-c4d3c5320e03f3adbbae90b4c04ff1a8783d51b6.tar.bz2
forums-c4d3c5320e03f3adbbae90b4c04ff1a8783d51b6.tar.xz
forums-c4d3c5320e03f3adbbae90b4c04ff1a8783d51b6.zip
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
The versions should be removed like for all other DBMS so we don't have to add each new version. PHPBB3-10479
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index f038177df4..c4b100187f 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -151,7 +151,7 @@ $lang = array_merge($lang, array(
'DLL_MYSQL' => 'MySQL',
'DLL_MYSQLI' => 'MySQL with MySQLi Extension',
'DLL_ORACLE' => 'Oracle',
- 'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x',
+ 'DLL_POSTGRES' => 'PostgreSQL',
'DLL_SQLITE' => 'SQLite',
'DLL_XML' => 'XML support [ Jabber ]',
'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',