disable permanent error_log

This commit is contained in:
Ralf Becker 2010-11-16 12:56:04 +00:00
parent 8da9e9be85
commit 4a17a747f0

View File

@ -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);