tbrehm
2007-08-11 239ce82f07a17a0214db0198d5fcb26e2683d89d
install/lib/install.lib.php
@@ -49,11 +49,11 @@
    return rtrim($input);
}
function swrite($text) {
function swrite($text = '') {
   echo $text;
}
function swriteln($text) {
function swriteln($text = '') {
   echo $text."\n";
}