mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Upps: now we can also enter contacts+resources again
This commit is contained in:
parent
9748cf96be
commit
5609909f00
@ -248,6 +248,8 @@ class uiforms extends uical
|
||||
{
|
||||
$status = isset($this->bo->resources[$type]['new_status']) ? ExecMethod($this->bo->resources[$type]['new_status'],$id) : 'U';
|
||||
$quantity = $content['participants']['quantity'] ? $content['participants']['quantity'] : 1;
|
||||
if ($uid) $event['participants'][$uid] = $event['participant_types'][$type][$id] =
|
||||
$status.((int) $quantity > 1 ? (int)$quantity : '');
|
||||
break;
|
||||
}
|
||||
// fall-through for accounts entered as contact
|
||||
|
Loading…
Reference in New Issue
Block a user