(fix) use the contact-info, not the user/group bit identifier

This commit is contained in:
Ludovic Marcotte
2015-05-20 13:51:16 -04:00
parent 416711ea43
commit 7e8c79c646
+2 -2
View File
@@ -80,8 +80,8 @@ function addUserLineToTree(tree, parent, line) {
var icon = ResourcesURL + '/busy.gif';
var email = line[1] + " <" + line[2] + ">";
if (line[3] && !line[3].empty())
email += ", " + line[3]; // extra contact info
if (line[4] && !line[4].empty())
email += ", " + line[4]; // extra contact info
tree.add(parent, 0, email, 0, '#', line[0], 'person',
'', '',
ResourcesURL + '/abcard.png',