mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates _only_ remove foreign key and drop table clauses
git-svn-id: file:///svn/phpbb/trunk@1492 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -38,12 +38,16 @@ switch($dbms)
|
||||
include($phpbb_root_path . 'db/mssql.'.$phpEx);
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
include($phpbb_root_path . 'db/oracle.'.$phpEx);
|
||||
break;
|
||||
|
||||
case 'msaccess':
|
||||
include($phpbb_root_path . 'db/msaccess.'.$phpEx);
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
include($phpbb_root_path . 'db/oracle.'.$phpEx);
|
||||
case 'mssql-odbc':
|
||||
include($phpbb_root_path . 'db/mssql-odbc.'.$phpEx);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user