Improve template of Contacts module

This commit is contained in:
Francis Lachapelle
2014-09-12 09:59:48 -04:00
parent fcfbb6fe05
commit 8d36a3fd25
3 changed files with 383 additions and 406 deletions
+1 -1
View File
@@ -571,7 +571,7 @@
if (max > 0)
{
addresses = [NSMutableArray arrayWithCapacity: max];
for (count = 1; count < max; count++)
for (count = 0; count < max; count++)
{
adr = [elements objectAtIndex: count];
type = [adr value: 0 ofAttribute: @"type"];