From add5f3cbd9a99f90c1bcd198eb4c42d34d4acd2b Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 3 Oct 2008 10:42:12 +0000 Subject: Fixing installer issue. git-svn-id: https://code.elgg.org/elgg/trunk@2164 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engine/settings.example.php') diff --git a/engine/settings.example.php b/engine/settings.example.php index 94b6d5f37..f27690f57 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -24,22 +24,22 @@ */ // Database username - $CONFIG->dbuser = "{{CONFIG_DBUSER}}"; + $CONFIG->dbuser = '{{CONFIG_DBUSER}}'; // Database password - $CONFIG->dbpass = "{{CONFIG_DBPASS}}"; + $CONFIG->dbpass = '{{CONFIG_DBPASS}}'; // Database name - $CONFIG->dbname = "{{CONFIG_DBNAME}}"; + $CONFIG->dbname = '{{CONFIG_DBNAME}}'; // Database server // (For most configurations, you can leave this as 'localhost') - $CONFIG->dbhost = "{{CONFIG_DBHOST}}"; + $CONFIG->dbhost = '{{CONFIG_DBHOST}}'; // Database table prefix // If you're sharing a database with other applications, you will want to use this // to differentiate Elgg's tables. - $CONFIG->dbprefix = "{{CONFIG_DBPREFIX}}"; + $CONFIG->dbprefix = '{{CONFIG_DBPREFIX}}'; /* * Multiple database connections -- cgit v1.2.3