fix for xmlrpc error from korganizer: "unknown function name2id"

This commit is contained in:
Ralf Becker 2004-12-13 08:59:13 +00:00
parent 4269e84787
commit 7c50885810

View File

@ -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']*/;
}