diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2011-04-17 12:49:09 -0400 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2011-04-17 12:49:09 -0400 |
commit | fa8180ea3a41584943dd7464eb8c3cad769d8211 (patch) | |
tree | 9d52ffcd157d29f322226b467d7fe70eaa502388 /include/debug.php | |
parent | b3261cbea8c20989d2976a4816021438a668397d (diff) | |
download | bayonetcms-fa8180ea3a41584943dd7464eb8c3cad769d8211.tar.gz |
Jessus christ
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@491 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'include/debug.php')
-rw-r--r-- | include/debug.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<div class=\"contentHeading\">Bayonet Debug Messages</div>"; echo "<div class=\"content\">"; @@ -168,7 +168,7 @@ function logQueueFlush($force = false) } echo "</div>"; - CloseContent(); + //CloseContent(); error_reporting(1); } |