From 028db661c77b2c3ef0eaa72f3d5796b05fc8bf86 Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.plus.com" Date: Mon, 3 Sep 2007 16:17:14 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20394702=20LDAP=20attributes=20are=20mapped?= =?UTF-8?q?=20to=20address=20book=20properties=20with=20reversed=20priorit?= =?UTF-8?q?y.=20p=3DJeremy=20Lain=C3=83=C2=A9=20,r?= =?UTF-8?q?=3Dme,sr=3Dbienvenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@233805 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/addrbook/src/nsAbLDAPAttributeMap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/addrbook/src/nsAbLDAPAttributeMap.js b/mozilla/mailnews/addrbook/src/nsAbLDAPAttributeMap.js index c3f59626a61..70a765a8a22 100644 --- a/mozilla/mailnews/addrbook/src/nsAbLDAPAttributeMap.js +++ b/mozilla/mailnews/addrbook/src/nsAbLDAPAttributeMap.js @@ -179,6 +179,7 @@ nsAbLDAPAttributeMap.prototype = { aCard.setCardValue(prop, values[0]); cardValueWasSet = true; + break; } catch (ex) { // ignore any errors getting message values or setting card values }