diff --git a/UI/Scheduler/UIxCalAptListView.m b/UI/Scheduler/UIxCalAptListView.m index 4ae722f92..870a76f68 100644 --- a/UI/Scheduler/UIxCalAptListView.m +++ b/UI/Scheduler/UIxCalAptListView.m @@ -184,8 +184,7 @@ - (NSString *) currentRowCSSClass { - return [NSString stringWithFormat: @"tableview appointmentRow ownerIs%@", - [currentAppointment ownerLogin]]; + return @"tableview appointmentRow"; } - (NSString *) currentAptOwner