diff -r 199b9708f4a2 -r 854eecfada20 includes/functions.php
--- a/includes/functions.php Sun Dec 02 16:00:56 2007 -0500
+++ b/includes/functions.php Fri Dec 07 16:42:22 2007 -0500
@@ -485,8 +485,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');
@@ -513,7 +511,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();
@@ -543,7 +540,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';