Index: branches/unlabeled/unlabeled-1.55.2/core/kernel/utility/debugger.php =================================================================== diff -u -r4969 -r4970 --- branches/unlabeled/unlabeled-1.55.2/core/kernel/utility/debugger.php (.../debugger.php) (revision 4969) +++ branches/unlabeled/unlabeled-1.55.2/core/kernel/utility/debugger.php (.../debugger.php) (revision 4970) @@ -871,7 +871,7 @@ exit; } } - + function breakOutofBuffering($flush = true) { while (ob_get_level()) { Index: branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php =================================================================== diff -u -r4967 -r4970 --- branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php (.../template.php) (revision 4967) +++ branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php (.../template.php) (revision 4970) @@ -117,7 +117,7 @@ $module_filename = $filename; } - if ( $this->Application->IsAdmin() && $this->Application->findModule('Name', $first_dir, null, true)) { + if ( $this->Application->IsAdmin() && $this->Application->findModule('Name', $first_dir)) { $path = MODULES_PATH.'/'.strtolower($first_dir).'/admin_templates'; } else { Index: branches/unlabeled/unlabeled-1.4.2/tools/cron.php =================================================================== diff -u -r4935 -r4970 --- branches/unlabeled/unlabeled-1.4.2/tools/cron.php (.../cron.php) (revision 4935) +++ branches/unlabeled/unlabeled-1.4.2/tools/cron.php (.../cron.php) (revision 4970) @@ -14,8 +14,6 @@ $event_manager->RunRegularEvents(reBEFORE, true); $event_manager->RunRegularEvents(reAFTER, true); -echo ''; - function getmicrotime() { list($usec, $sec) = explode(" ", microtime());