* src/plugins/NarrativeWeb.py: fix #0000349: NarrativeWebsite sorting

svn: r7197
This commit is contained in:
Brian Matherly
2006-08-18 01:16:13 +00:00
parent 100b0171db
commit da339a9004
2 changed files with 4 additions and 1 deletions

View File

@@ -2725,7 +2725,7 @@ def sort_people(db,handle_list):
surname = primary_name.group_as
else:
surname = db.get_name_group_mapping(primary_name.surname)
sortnames[node[0]] = primary_name.sname
sortnames[node[0]] = _nd.sort_string(primary_name)
if sname_sub.has_key(surname):
sname_sub[surname].append(node[0])
else: