From 288e48769a77adeb66afba0683193bc28d0a8341 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 15 Apr 2011 16:55:53 +0000 Subject: [PATCH] comment out permanent error_log about closed tabs --- jdots/inc/class.jdots_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdots/inc/class.jdots_framework.inc.php b/jdots/inc/class.jdots_framework.inc.php index 8996eea10f..7c34bd7848 100755 --- a/jdots/inc/class.jdots_framework.inc.php +++ b/jdots/inc/class.jdots_framework.inc.php @@ -676,7 +676,7 @@ class jdots_framework extends egw_framework { foreach(array_diff(explode(',',$old_tabs),$tabs) as $app) { - error_log("Tab '$app' closed, old_tabs=$old_tabs"); + //error_log("Tab '$app' closed, old_tabs=$old_tabs"); $GLOBALS['egw']->hooks->single(array( 'location' => 'tab_closed', 'app' => $app,