Index: openacs-4/packages/contacts/tcl/contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-procs.tcl,v diff -u -N -r1.56 -r1.57 --- openacs-4/packages/contacts/tcl/contacts-procs.tcl 8 Jan 2006 09:39:49 -0000 1.56 +++ openacs-4/packages/contacts/tcl/contacts-procs.tcl 29 Jan 2006 16:14:35 -0000 1.57 @@ -262,7 +262,7 @@ } { ns_log notice "start processing" set employer_exist_p 0 - set employee_attributes [list "first_names" "last_name" "person_title" "directphoneno" "directfaxno" "email" "jobtitle"] + set employee_attributes [list "first_names" "last_name" "person_title" "directphoneno" "directfaxno" "email" "jobtitle" "person_title"] set employer_attributes [list "name" "company_phone" "company_fax" "email" "company_name_ext"] # Check if ID belongs to an employee, if not return empty string