[Libreoffice-commits] .: connectivity/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sat Jan 7 08:52:58 PST 2012
connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 948f57e74dda7e64b7c72208eaec00eac1bb96ba
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jan 7 17:48:13 2012 +0100
Fix fdo#44065
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx
index 9ef1314..e15da07 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 ) },
More information about the Libreoffice-commits
mailing list