ContactView: lowercase the card tag

This commit is contained in:
Francis Lachapelle 2014-08-20 15:26:49 -04:00
parent c98d580b29
commit ef4de28ed4

View file

@ -832,7 +832,7 @@
data = [NSMutableDictionary dictionaryWithObjectsAndKeys: data = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[[contact container] nameInContainer], @"pid", [[contact container] nameInContainer], @"pid",
[contact nameInContainer], @"id", [contact nameInContainer], @"id",
[card tag], @"tag", [[card tag] lowercaseString], @"tag",
nil]; nil];
o = [card fn]; o = [card fn];
if (o) [data setObject: o forKey: @"fn"]; if (o) [data setObject: o forKey: @"fn"];