mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-14 08:10:13 +00:00
Fix whitespace.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
parent
815ca239bb
commit
4876542537
@ -253,10 +253,10 @@ function handle_schedule_reply ( $ical ) {
|
||||
$resources = $ical->GetComponents('VTIMEZONE',false);
|
||||
$ic = $resources[0];
|
||||
$etag = md5 ( $request->raw_post );
|
||||
$organizer = $ic->GetProperties('ORGANIZER');
|
||||
// for now we treat events with out organizers as an error
|
||||
if ( count ( $organizer ) < 1 )
|
||||
return false;
|
||||
$organizer = $ic->GetProperties('ORGANIZER');
|
||||
// for now we treat events with out organizers as an error
|
||||
if ( count ( $organizer ) < 1 ) return false;
|
||||
|
||||
$attendees = array_merge($organizer,$ic->GetProperties('ATTENDEE'));
|
||||
$wr_attendees = $ic->GetProperties('X-WR-ATTENDEE');
|
||||
if ( count ( $wr_attendees ) > 0 ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user