forked from extern/egroupware
fix for xmlrpc error from korganizer: "unknown function name2id"
This commit is contained in:
parent
4269e84787
commit
7c50885810
@ -745,7 +745,7 @@
|
||||
{
|
||||
if (!is_numeric($user))
|
||||
{
|
||||
$user = name2id($user,'account_email');
|
||||
$user = $GLOBALS['phpgw']->accounts->name2id($user,'account_email');
|
||||
}
|
||||
$l_participants[] = $user /*.$data['status']*/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user