From e648ea4dbdb423e80d79ba9e4c9f3ebde6ed22a0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 31 Aug 2009 21:45:34 -0700 Subject: Escape single quotes in the password so that we don't break our config syntax. Related to (but unclear that it fixes) ticket #650. --- installer/database_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/database_config.php') diff --git a/installer/database_config.php b/installer/database_config.php index a31119ac..0f04b95c 100644 --- a/installer/database_config.php +++ b/installer/database_config.php @@ -31,7 +31,7 @@ $config['default'] = array( 'connection' => array( 'type' => '', 'user' => '', - 'pass' => '', + 'pass' => '', 'host' => '', 'port' => false, 'socket' => false, -- cgit v1.2.3