mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
comment out permanent error_log about closed tabs
This commit is contained in:
parent
434413af47
commit
288e48769a
@ -676,7 +676,7 @@ class jdots_framework extends egw_framework
|
|||||||
{
|
{
|
||||||
foreach(array_diff(explode(',',$old_tabs),$tabs) as $app)
|
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(
|
$GLOBALS['egw']->hooks->single(array(
|
||||||
'location' => 'tab_closed',
|
'location' => 'tab_closed',
|
||||||
'app' => $app,
|
'app' => $app,
|
||||||
|
Loading…
Reference in New Issue
Block a user