no need to append

git-svn-id: file:///home/shish/svn/shimmie2/trunk@666 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-19 10:39:44 +00:00
parent 23dd70ae26
commit f580a8f922

View File

@ -214,7 +214,7 @@ function build_dirs() { // {{{
}
} // }}}
function write_config($dsn) { // {{{
$file_content .= "<?php \$database_dsn='$dsn'; ?>";
$file_content = "<?php \$database_dsn='$dsn'; ?>";
if(is_writable("./") && installer_write_file("config.php", $file_content)) {
assert(file_exists("config.php"));