Improve template of Contacts module

This commit is contained in:
Francis Lachapelle
2014-11-11 22:31:24 -05:00
parent 3a6311ac22
commit 15165f0d80
3 changed files with 383 additions and 406 deletions
+1 -1
View File
@@ -579,7 +579,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"];