From cc98dea4e4d1cda051c05a5d5838d9ca16d51822 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 24 Mar 2010 08:31:30 +0100 Subject: [PATCH] removed extra space. Thank you to for Cosmin for the patch --- inc/lib_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/lib_config.php b/inc/lib_config.php index e31dcea7f8..ff0c38f170 100644 --- a/inc/lib_config.php +++ b/inc/lib_config.php @@ -82,7 +82,7 @@ class OC_CONFIG{ $config.='$CONFIG_DBNAME=\''.$_POST['dbname']."';\n"; $config.='$CONFIG_DBUSER=\''.$_POST['dbuser']."';\n"; $config.='$CONFIG_DBPASSWORD=\''.$_POST['dbpassword']."';\n"; - $config.='?> '; + $config.='?>'; $filename=$DOCUMENTROOT.'/config/config.php'; file_put_contents($filename,$config); @@ -173,4 +173,4 @@ CREATE TABLE IF NOT EXISTS `properties` ( OC_DB::multiquery($query); } } -?> \ No newline at end of file +?>