diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-08-31 21:53:17 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-31 21:53:17 -0700 |
commit | 5ca13fe5e83ec7d6dcc1f5d2ac19a3f4ebfc782c (patch) | |
tree | 97af25c2c15606e371d690459c7c0eb9d222b7bf /installer/database_config.php | |
parent | 2bc73e2e36fefc3c1ee1b8e97e686c6729e58dcb (diff) | |
parent | e648ea4dbdb423e80d79ba9e4c9f3ebde6ed22a0 (diff) |
Merge commit 'upstream/master'
Diffstat (limited to 'installer/database_config.php')
-rw-r--r-- | installer/database_config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' => '<?php print $type ?>', 'user' => '<?php print $user ?>', - 'pass' => '<?php print $password ?>', + 'pass' => '<?php print str_replace("'", "\\'", $password) ?>', 'host' => '<?php print $host ?>', 'port' => false, 'socket' => false, |