diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 91e362d006..91b58bc96e 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -396,6 +396,9 @@ - (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson // https://bugzilla.mozilla.org/show_bug.cgi?id=865726 and // https://bugzilla.mozilla.org/show_bug.cgi?id=997784 // + // This code has been disabled - see 0003274. + // +#if 0 userAgents = [[context request] headersForKey: @"User-Agent"]; for (i = 0; i < [userAgents count]; i++) @@ -407,6 +410,7 @@ - (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson break; } } +#endif return b; }