adding missing ','

This commit is contained in:
Rachman Chavik 2012-02-23 09:08:17 +07:00
parent b545d8b201
commit c6449f649f

View file

@ -75,7 +75,7 @@ class Sqlserver extends DboSource {
'host' => 'localhost\SQLEXPRESS',
'login' => '',
'password' => '',
'database' => 'cake'
'database' => 'cake',
'schema' => '',
);