--- 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: <span style="color: red">calling die_semicritical</span>');
-
$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: <span style="color: red">calling die_friendly</span>');
$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: <span style="color: red">calling grinding_halt</span>');
$tpl = new template_nodb();
$tpl->load_theme('oxygen', 'bleu');
$tpl->tpl_strings['SITE_NAME'] = 'Critical error';