mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Remove error log
This commit is contained in:
parent
7af73c91c4
commit
32f51ced99
@ -150,7 +150,6 @@ class egw_favorites
|
|||||||
// Look through all preferences & pull out favorites
|
// Look through all preferences & pull out favorites
|
||||||
foreach($GLOBALS['egw_info']['user']['preferences'][$app] as $pref_name => $pref)
|
foreach($GLOBALS['egw_info']['user']['preferences'][$app] as $pref_name => $pref)
|
||||||
{
|
{
|
||||||
error_log($pref_name .' => ' . array2string($pref));
|
|
||||||
if(strpos($pref_name, $pref_prefix) === 0)
|
if(strpos($pref_name, $pref_prefix) === 0)
|
||||||
{
|
{
|
||||||
if(!is_array($pref)) // old favorite
|
if(!is_array($pref)) // old favorite
|
||||||
|
Loading…
Reference in New Issue
Block a user