From: wolfgang Date: Wed, 7 Nov 2007 23:49:54 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1248 d1b88da0-ebda-0310... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a340b0b5a08ce9d1c6ee2040227fa5b252d47f9;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1248 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SoObjects/Contacts/SOGoContactFolders.m b/SoObjects/Contacts/SOGoContactFolders.m index 234e24af..0a92eca6 100644 --- a/SoObjects/Contacts/SOGoContactFolders.m +++ b/SoObjects/Contacts/SOGoContactFolders.m @@ -58,7 +58,6 @@ um = [LDAPUserManager sharedUserManager]; sourceIDs = [[um addressBookSourceIDs] objectEnumerator]; - currentSourceID = [sourceIDs nextObject]; while ((currentSourceID = [sourceIDs nextObject])) { srcDisplayName = [um displayNameForSourceWithID: currentSourceID];