diff -r a1ccf990db6b -r a007145a0ff6 includes/functions.php --- a/includes/functions.php Sat Dec 01 02:39:49 2007 -0500 +++ b/includes/functions.php Mon Dec 03 17:36:25 2007 -0500 @@ -477,8 +477,6 @@ if ( ob_get_status() ) ob_end_clean(); - dc_here('functions: calling die_semicritical'); - $tpl = new template_nodb(); $tpl->load_theme('oxygen', 'bleu'); $tpl->tpl_strings['SITE_NAME'] = getConfig('site_name'); @@ -505,7 +503,6 @@ if ( ob_get_status() ) ob_end_clean(); - dc_here('functions: calling die_friendly'); $paths->cpage['name'] = $t; $template->tpl_strings['PAGE_NAME'] = $t; $template->header(); @@ -535,7 +532,6 @@ if ( ob_get_status() ) ob_end_clean(); - dc_here('functions: calling grinding_halt'); $tpl = new template_nodb(); $tpl->load_theme('oxygen', 'bleu'); $tpl->tpl_strings['SITE_NAME'] = 'Critical error';