mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'prep-release-3.0.10' into develop-olympus
* prep-release-3.0.10: [ticket/10479] Remove PostgreSQL version numbers from driver's language string
This commit is contained in:
commit
cd60073a52
1 changed files with 1 additions and 1 deletions
|
@ -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 ]',
|
||||
|
|
Loading…
Add table
Reference in a new issue