mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
some comments
This commit is contained in:
parent
5a9550ef31
commit
23f038f74a
@ -204,6 +204,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// check if we are withing the allowed quantity and if not add all events using that resource
|
// check if we are withing the allowed quantity and if not add all events using that resource
|
||||||
|
// seems this function is doing very strange things, it gives empty conflicts
|
||||||
foreach($max_quantity as $uid => $max)
|
foreach($max_quantity as $uid => $max)
|
||||||
{
|
{
|
||||||
if ($quantity[$uid] > $max)
|
if ($quantity[$uid] > $max)
|
||||||
@ -307,7 +308,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
$deleted[$old_userid] = $old_status;
|
$deleted[$old_userid] = $old_status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Find new participatns ...
|
// Find new participants ...
|
||||||
foreach($new_event['participants'] as $new_userid => $new_status)
|
foreach($new_event['participants'] as $new_userid => $new_status)
|
||||||
{
|
{
|
||||||
if(!isset($old_event['participants'][$new_userid]))
|
if(!isset($old_event['participants'][$new_userid]))
|
||||||
|
Loading…
Reference in New Issue
Block a user