ContactView: lowercase the card tag

This commit is contained in:
Francis Lachapelle 2014-08-20 15:26:49 -04:00
parent 7c72b7ec00
commit 19c66f762d

View file

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