thomascube
2009-07-13 c6514e01f9486b871ee07928497bafdab3b438e8
Indent with spaces not tabs

1 files modified
8 ■■■■ changed files
program/include/rcube_template.php 8 ●●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -294,11 +294,11 @@
            $this->write();
        }
    // set output asap
    ob_flush();
    flush();
        // set output asap
        ob_flush();
        flush();
        
    if ($exit) {
        if ($exit) {
            exit;
        }
    }