stable too

git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@667 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-19 10:40:36 +00:00
parent d60b65d696
commit db404defe9

View File

@ -201,7 +201,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"));