--- 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: <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');
@@ -505,7 +503,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();
@@ -535,7 +532,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';