diff --git a/SoObjects/Appointments/SOGoComponentOccurence.m b/SoObjects/Appointments/SOGoComponentOccurence.m index 50ebd1289..6c74a647c 100644 --- a/SoObjects/Appointments/SOGoComponentOccurence.m +++ b/SoObjects/Appointments/SOGoComponentOccurence.m @@ -138,7 +138,7 @@ return component; } -- (NSException *) prepareDelete; +- (NSException *) prepareDelete { NSArray *occurences; NSCalendarDate *recurrenceId, *currentId; diff --git a/SoObjects/Appointments/product.plist b/SoObjects/Appointments/product.plist index d67007c45..5dcbe09f1 100644 --- a/SoObjects/Appointments/product.plist +++ b/SoObjects/Appointments/product.plist @@ -14,7 +14,7 @@ SOGoWebAppointmentFolder = { superclass = "SOGoGCSFolder"; defaultRoles = { - "Add Documents, Images, and Files" = ( ); + "Add Documents, Images, and Files" = ( "ImpossibleWriter" ); "Access Contents Information" = ( "Owner", "PublicResponder", "PublicModifier", "PublicViewer", "PublicDAndTViewer", "PrivateResponder", "PrivateModifier", "PrivateViewer", "PrivateDAndTViewer", "ConfidentialResponder", "ConfidentialModifier", "ConfidentialViewer", "ConfidentialDAndTViewer" ); "ViewWholePublicRecords" = ( "Owner", "PublicResponder", "PublicModifier", "PublicViewer" ); "ViewWholePrivateRecords" = ( "Owner", "PrivateResponder", "PrivateModifier", "PrivateViewer" ); diff --git a/SoObjects/SOGo/SOGoGroup.m b/SoObjects/SOGo/SOGoGroup.m index fb3c4f654..5c3f5b485 100644 --- a/SoObjects/SOGo/SOGoGroup.m +++ b/SoObjects/SOGo/SOGoGroup.m @@ -153,7 +153,7 @@ // We check to see if it's a group classes = [[entry attributeWithName: @"objectClass"] allStringValues]; - NSLog(@"classes for %@ = %@", theValue, classes); + // NSLog(@"classes for %@ = %@", theValue, classes); // Found a group, let's return it. if ([classes containsObject: @"group"] ||