mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
disable permanent error_log
This commit is contained in:
parent
8da9e9be85
commit
4a17a747f0
@ -658,7 +658,7 @@ class jdots_framework extends egw_framework
|
||||
if ($tabs != $GLOBALS['egw_info']['user']['preferences']['common']['open_tabs'] ||
|
||||
$active != $GLOBALS['egw_info']['user']['preferences']['common']['active_tab'])
|
||||
{
|
||||
error_log(__METHOD__.'('.array2string($tablist).") storing common prefs: open_tabs='$tabs', active_tab='$active'");
|
||||
//error_log(__METHOD__.'('.array2string($tablist).") storing common prefs: open_tabs='$tabs', active_tab='$active'");
|
||||
$GLOBALS['egw']->preferences->read_repository();
|
||||
$GLOBALS['egw']->preferences->change('common', 'open_tabs', $tabs);
|
||||
$GLOBALS['egw']->preferences->change('common', 'active_tab', $active);
|
||||
|
Loading…
Reference in New Issue
Block a user