diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-01-07 17:48:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-01-07 17:52:14 +0100 |
commit | 948f57e74dda7e64b7c72208eaec00eac1bb96ba (patch) | |
tree | 0e3410347d3f29a1bbd5235d81b7b4bc4c1c9a81 /connectivity/source/drivers/mozab/mozillasrc | |
parent | bcaa334ad6cba9b339a72bfdf9d5e74a7773cacd (diff) |
Fix fdo#44065
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc')
-rw-r--r-- | connectivity/source/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 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 ) }, |