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:
[[contact container] nameInContainer], @"pid",
[contact nameInContainer], @"id",
[card tag], @"tag",
[[card tag] lowercaseString], @"tag",
nil];
o = [card fn];
if (o) [data setObject: o forKey: @"fn"];