Monotone-Parent: acb80bff5c509e32241ffa6715083280a5bb9158

Monotone-Revision: 0b5fd2a3d7bc46b149445cae3d700e1e24c5bd54

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-17T20:25:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2010-08-17 20:25:16 +00:00
parent c78e451179
commit 7269c22841

View file

@ -324,7 +324,7 @@
contact = [allUsers objectAtIndex: count]; contact = [allUsers objectAtIndex: count];
uid = [contact objectForKey: @"c_uid"]; uid = [contact objectForKey: @"c_uid"];
// We do NOT return the current authenticated user. // We do NOT return the current authenticated user
if (![uid isEqualToString: login]) if (![uid isEqualToString: login])
{ {
jsonLine = [NSMutableArray arrayWithCapacity: 4]; jsonLine = [NSMutableArray arrayWithCapacity: 4];