convert spaces to tabs

This commit is contained in:
Bruno Gaspar
2013-02-07 17:49:21 +00:00
parent ce0a7f6545
commit 25ad84b1f3

View File

@@ -71,7 +71,7 @@ return array(
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
'schema' => 'public',
),
'sqlsrv' => array(
@@ -119,4 +119,4 @@ return array(
),
);
);