1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

- changed dbal class layout

git-svn-id: file:///svn/phpbb/trunk@5193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-08-17 15:57:50 +00:00
parent 1694af43aa
commit 4740e7dece
15 changed files with 308 additions and 1242 deletions

View File

@@ -1947,7 +1947,7 @@ $lang += array(
'DLL_MYSQL4' => 'MySQL 4.1+',
'DLL_MYSQLI' => 'MySQL 4.1+ with MySQLi Extension',
'DLL_MSSQL' => 'MSSQL Server 2000',
'DLL_MSSQL-ODBC' => 'MSSQL Server 2000 via ODBC',
'DLL_MSSQL_ODBC' => 'MSSQL Server 2000 via ODBC',
'DLL_ORACLE' => 'Oracle',
'DLL_POSTGRES' => 'PostgreSQL 7.x',
'DLL_SQLITE' => 'SQLite',