From fa8180ea3a41584943dd7464eb8c3cad769d8211 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 17 Apr 2011 16:49:09 +0000 Subject: Jessus christ git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@491 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- include/debug.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/debug.php') diff --git a/include/debug.php b/include/debug.php index 29f4195..a0c2236 100644 --- a/include/debug.php +++ b/include/debug.php @@ -115,7 +115,7 @@ function logQueueFlush($force = false) static $log_message_last_count = 0; static $next = false; - OpenContent(); + //OpenContent(); echo "
Bayonet Debug Messages
"; echo "
"; @@ -168,7 +168,7 @@ function logQueueFlush($force = false) } echo "
"; - CloseContent(); + //CloseContent(); error_reporting(1); } -- cgit