From 5f73d0e73e83462dac7cea821e552237d6c6a7e7 Mon Sep 17 00:00:00 2001 From: Daniel Hromada Date: Wed, 26 Jan 2011 23:41:26 +0100 Subject: [PATCH] debug switch finally works --- wwwroot/nodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 0c38023..5c92694 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -61,7 +61,7 @@ if (!empty($_GET['template_id'])) { } error_reporting(1); -$_SESSION['debugging']=0; +//$_SESSION['debugging']=0; //unset($_SESSION['debugging']); //Well... we should make some event //or JavaScript page to turning this on/off... -- 2.30.2