Changed the import files and Mssql class name to the new structure.

This commit is contained in:
Juan Basso 2011-04-26 09:17:51 -04:00
parent 66b29e33e8
commit 30fd9fff14
2 changed files with 11 additions and 11 deletions
lib/Cake/Model/Datasource/Database

View file

@ -17,6 +17,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('DboSource', 'Model/Datasource');
/**
* MS SQL layer for DBO
*
@ -24,7 +26,7 @@
*
* @package cake.libs.model.datasources.dbo
*/
class DboMssql extends DboSource {
class Mssql extends DboSource {
/**
* Driver description