Skip to content

Commit

Permalink
Enable old code.
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Dec 15, 2015
1 parent 225fe84 commit 29f2d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoObjects/Appointments/SOGoAppointmentObject.m
Expand Up @@ -2172,7 +2172,7 @@ - (NSException *) updateContentWithCalendar: (iCalCalendar *) calendar
iCalPerson *attendee, *delegate;
NSString *delegateEmail;

#if 0
#if 1
attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
#else
attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
Expand Down

0 comments on commit 29f2d96

Please sign in to comment.