From ba7b65cf7bd15425ee9eab1e3e94e52ba54d4df9 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 24 Apr 2014 07:59:07 -0400 Subject: [PATCH] Fix for bug #2733 --- ActiveSync/NGVCard+ActiveSync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveSync/NGVCard+ActiveSync.m b/ActiveSync/NGVCard+ActiveSync.m index 8c9a421a0..d6f8fa199 100644 --- a/ActiveSync/NGVCard+ActiveSync.m +++ b/ActiveSync/NGVCard+ActiveSync.m @@ -154,7 +154,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Other, less important fields if ((o = [self birthday])) - [s appendFormat: @"%@", [o activeSyncRepresentationWithoutSeparatorsInContext: context]]; + [s appendFormat: @"%@", [o activeSyncRepresentationInContext: context]]; if ((o = [self note])) {