From 76faf17eb06a47117f2e749e5d3702919a7939e5 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 9 Dec 2008 15:25:26 +0000 Subject: [PATCH] strange phenomenon with existing debug variable --- phpgwapi/inc/class.preferences.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.preferences.inc.php b/phpgwapi/inc/class.preferences.inc.php index 0bc9be9909..a4b5056d3c 100644 --- a/phpgwapi/inc/class.preferences.inc.php +++ b/phpgwapi/inc/class.preferences.inc.php @@ -69,7 +69,7 @@ class preferences var $table = 'egw_preferences'; var $values,$vars; // standard notify substitues, will be set by standard_substitues() - var $debug = false; + #var $debug = false; /** * Standard constructor for setting $this->account_id */