LSFullSearch.m (opengroupware-5.5rc2) | : | LSFullSearch.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 292 | skipping to change at line 292 | |||
[ms appendFormat:@" entity=%@", [self->entity name]]; | [ms appendFormat:@" entity=%@", [self->entity name]]; | |||
if ([self->relatedEntities isNotEmpty]) { | if ([self->relatedEntities isNotEmpty]) { | |||
id tmp; | id tmp; | |||
tmp = [self->relatedEntities valueForKey:@"name"]; | tmp = [self->relatedEntities valueForKey:@"name"]; | |||
tmp = [tmp componentsJoinedByString:@","]; | tmp = [tmp componentsJoinedByString:@","]; | |||
[ms appendFormat:@" related-entities=%@", tmp]; | [ms appendFormat:@" related-entities=%@", tmp]; | |||
} | } | |||
if ([self->furtherSearches isNotEmpty]) | if ([self->furtherSearches isNotEmpty]) | |||
[ms appendFormat:@" further-searches=%d", [self->furtherSearches count]]; | [ms appendFormat:@" further-searches=%"PRIuPTR, [self->furtherSearches count ]]; | |||
if (self->includesOwnAttributes) | if (self->includesOwnAttributes) | |||
[ms appendString:@" includes-own-attrs"]; | [ms appendString:@" includes-own-attrs"]; | |||
if (self->didCompute) [ms appendString:@" did-compute"]; | if (self->didCompute) [ms appendString:@" did-compute"]; | |||
[ms appendString:@">"]; | [ms appendString:@">"]; | |||
return ms; | return ms; | |||
} | } | |||
@end /* LSFullSearch */ | @end /* LSFullSearch */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |