includes/functions.php
changeset 311 a007145a0ff6
parent 299 ce2873735506
child 313 854eecfada20
child 315 f49e3c8b638c
--- 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';