From 93105a77ca1cf040585fa5d02f2867bfdc96305e Mon Sep 17 00:00:00 2001 From: sminnee Date: Fri, 15 Oct 2010 01:22:20 +0000 Subject: [PATCH] MINOR Remove whitespace from generated _config.php file in installer (from r112268) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112433 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index a7b7731..ce9d056 100644 --- a/install.php +++ b/install.php @@ -1000,9 +1000,9 @@ global \$project; global \$databaseConfig; \$databaseConfig = array( "type" => '{$type}', - "server" => '{$dbConfig['server']}', - "username" => '{$dbConfig['username']}', - "password" => '{$escapedPassword}', + "server" => '{$dbConfig['server']}', + "username" => '{$dbConfig['username']}', + "password" => '{$escapedPassword}', "database" => '{$dbConfig['database']}', "path" => '{$dbConfig['path']}', );