From 441ad9252dcc16d03966ca7e961f1c798d89fb50 Mon Sep 17 00:00:00 2001 From: Edwin Date: Fri, 1 Feb 2013 11:55:19 +0800 Subject: [PATCH] Convert spaces to tab. Signed-off-by: Edwin --- app/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/database.php b/app/config/database.php index d811e9aacdf..5370043b756 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -71,7 +71,7 @@ 'password' => '', 'charset' => 'utf8', 'prefix' => '', - 'schema' => 'public', + 'schema' => 'public', ), 'sqlsrv' => array(