ContactView: lowercase the card tag

This commit is contained in:
Francis Lachapelle
2014-08-20 15:26:49 -04:00
parent d2112a88c7
commit 466c6dd28c

View File

@@ -821,7 +821,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"];