mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- fixed some bugs
- made imageset naming more consistent - updated every schema to be consistent and also fixed it (every db should install fine now) - git-svn-id: file:///svn/phpbb/trunk@6237 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -99,7 +99,7 @@ $lang = array_merge($lang, array(
|
||||
'DLL_MYSQL4' => 'MySQL 4.x/5.x',
|
||||
'DLL_MYSQLI' => 'MySQL 4.1.x/5.x with MySQLi Extension',
|
||||
'DLL_ORACLE' => 'Oracle',
|
||||
'DLL_POSTGRES' => 'PostgreSQL 7.x',
|
||||
'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x',
|
||||
'DLL_SQLITE' => 'SQLite',
|
||||
'DLL_XML' => 'XML support [ Jabber ]',
|
||||
'DLL_ZLIB' => 'zlib Compression support [ gz, .tar.gz, .zip ]',
|
||||
|
Reference in New Issue
Block a user