undo revision 16673

svn: r16742
This commit is contained in:
Michiel Nauta
2011-03-02 11:31:57 +00:00
parent 97e0b95e2d
commit a7906886af
9 changed files with 18 additions and 13 deletions

View File

@ -6795,7 +6795,7 @@ def sort_people(db, handle_list):
surname = db.get_name_group_mapping(
primary_name.get_primary_surname().get_surname())
sortnames[person_handle] = _nd.sorted_name(primary_name)
sortnames[person_handle] = _nd.sort_string(primary_name)
sname_sub[surname].append(person_handle)
sorted_lists = []