forked from GNUsocial/gnu-social
Merge commit 'mainline/0.8.x' into 0.8.x-notices-in-htmloutputter
This commit is contained in:
commit
73cde378c9
@ -378,7 +378,7 @@ function writeConf($sitename, $server, $path, $fancy, $db)
|
||||
|
||||
// database
|
||||
"\$config['db']['database'] = '{$db['database']}';\n\n".
|
||||
($type == 'pgsql' ? "\$config['db']['quote_identifiers'] = true;\n\n":'').
|
||||
($db['type'] == 'pgsql' ? "\$config['db']['quote_identifiers'] = true;\n\n":'').
|
||||
"\$config['db']['type'] = '{$db['type']}';\n\n".
|
||||
|
||||
"?>";
|
||||
|
Loading…
Reference in New Issue
Block a user