Renamed the Mssql driver to Sqlserver.

This commit is contained in:
Juan Basso 2011-05-22 23:19:13 -04:00
parent 846634d729
commit 39320ef352
10 changed files with 80 additions and 80 deletions

View file

@ -2,7 +2,7 @@
/**
* This is core configuration file.
*
* Use it to configure core behaviour ofCake.
* Use it to configure core behaviour of Cake.
*
* PHP 5
*
@ -31,7 +31,7 @@
* Database/Mysql - MySQL 4 & 5,
* Database/Sqlite - SQLite (PHP5 only),
* Database/Postgres - PostgreSQL 7 and higher,
* Database/Mssql - Microsoft SQL Server 2000 and higher,
* Database/Sqlserver - Microsoft SQL Server 2005 and higher,
* Database/Oracle - Oracle 8 and higher
*
* You can add custom database drivers (or override existing drivers) by adding the