From: Brenda Wallace Date: Fri, 26 Jun 2009 09:49:44 +0000 (+1200) Subject: quote identifiers and type='psql' needs to be written to config.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b3c4f2c52e2f983470b8b4e0ffd911694ab2eb5;p=quix0rs-gnu-social.git quote identifiers and type='psql' needs to be written to config.php --- diff --git a/install.php b/install.php index 1b8b7655c6..e73e20ab63 100644 --- a/install.php +++ b/install.php @@ -332,7 +332,7 @@ function mysql_db_installer($host, $database, $username, $password, $sitename) { } updateStatus("Done!"); } -function writeConf($sitename, $sqlUrl, $fancy) +function writeConf($sitename, $sqlUrl, $fancy, $type='mysql') { $res = file_put_contents(INSTALLDIR.'/config.php', ""); return $res; }