mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
quitened permanent error_log
This commit is contained in:
parent
68864a0683
commit
2955e89bbe
@ -509,7 +509,7 @@ class etemplate_widget_menupopup extends etemplate_widget
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups));
|
//error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups));
|
||||||
$accs = array();
|
$accs = array();
|
||||||
|
|
||||||
// No restrictions, just search for the right type
|
// No restrictions, just search for the right type
|
||||||
@ -549,7 +549,7 @@ error_log("$widget Type $type Pref: $select_pref Groups:".array2string($mygroups
|
|||||||
$accs[$group['account_id']] = $GLOBALS['egw']->accounts->read($group['account_id']);
|
$accs[$group['account_id']] = $GLOBALS['egw']->accounts->read($group['account_id']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error_log("$widget Accs: " . implode(',',array_keys($accs)));
|
//error_log("$widget Accs: " . implode(',',array_keys($accs)));
|
||||||
|
|
||||||
// Go through list of accounts (users & groups) and format them for display
|
// Go through list of accounts (users & groups) and format them for display
|
||||||
foreach($accs as $acc)
|
foreach($accs as $acc)
|
||||||
@ -565,7 +565,7 @@ error_log("$widget Accs: " . implode(',',array_keys($accs)));
|
|||||||
{
|
{
|
||||||
$options[$acc['account_id']] = self::accountInfo($acc['account_id'],$acc,$type2,$type=='both');
|
$options[$acc['account_id']] = self::accountInfo($acc['account_id'],$acc,$type2,$type=='both');
|
||||||
}
|
}
|
||||||
error_log(" {$acc['account_id']}:" . $options[$acc['account_id']]);
|
//error_log(" {$acc['account_id']}:" . $options[$acc['account_id']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure all values are present, even if not normally sent (according to preferences)
|
// Make sure all values are present, even if not normally sent (according to preferences)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user