summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-01-08 11:11:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-01-08 11:12:50 +0100
commitc0f7e132ea87aa3dd7bb604f24a97e1302b8b9c3 (patch)
treee1380aea97ab1867c3a0791c04d9733eafa290b4 /connectivity
parent49f98ec53e928877a85d3dfc2a06161a27ea7fd2 (diff)
Cherry pick fix for fdo#44065
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx2
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 9ef131408c77..e15da076d348 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
@@ -118,7 +118,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 ) },