|
From: Paul S. O. <ps...@us...> - 2001-11-20 22:35:49
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv28776 Modified Files: db.php Log Message: Changes in-line with DBAL changes Index: db.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/db.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** db.php 2001/11/04 15:26:33 1.7 --- db.php 2001/11/20 22:35:46 1.8 *************** *** 39,44 **** break; ! case 'odbc': ! include($phpbb_root_path . 'db/odbc.'.$phpEx); break; --- 39,44 ---- break; ! case 'msaccess': ! include($phpbb_root_path . 'db/msaccess.'.$phpEx); break; |