Bug 394702 LDAP attributes are mapped to address book properties with reversed priority. p=Jeremy Lainé <jeremy.laine@m4x.org>,r=me,sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@233805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.plus.com
2007-09-03 16:17:14 +00:00
parent 5f169a9e84
commit 028db661c7

View File

@@ -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
}