ContactView: lowercase the card tag

pull/91/head
Francis Lachapelle 2014-08-20 15:26:49 -04:00
parent c98d580b29
commit ef4de28ed4
1 changed files with 1 additions and 1 deletions

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"];