Blob Blame History Raw
From 0d7e8c41cfe5b93e52df03bd0c7420956a98814b Mon Sep 17 00:00:00 2001
From: Julien Nabet <serval2412@yahoo.fr>
Date: Sat, 7 Jan 2012 17:48:13 +0100
Subject: [PATCH 1/8] Fix fdo#44065

Signed-off-by: Andras Timar <atimar@suse.com>
---
 .../drivers/mozab/mozillasrc/MLdapAttributeMap.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
index 02f580a..5471d2f 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
@@ -120,7 +120,7 @@ namespace connectivity { namespace mozab {
                     { "WebPage2",           "homeurl",                                      DEF_CARD_ACCESS( WebPage2 ) },
                     { "BirthYear",          "birthyear",                                    DEF_CARD_ACCESS( BirthYear ) },
                     { "BirthMonth",         "birthmonth",                                   DEF_CARD_ACCESS( BirthMonth ) },
-                    { "BirthYear",          "birthday",                                     DEF_CARD_ACCESS( BirthDay ) },
+                    { "BirthDay",          "birthday",                                     DEF_CARD_ACCESS( BirthDay ) },
                     { "Custom1",            "custom1",                                      DEF_CARD_ACCESS( Custom1 ) },
                     { "Custom2",            "custom2",                                      DEF_CARD_ACCESS( Custom2 ) },
                     { "Custom3",            "custom3",                                      DEF_CARD_ACCESS( Custom3 ) },
-- 
1.7.7.6