* src/plugins/NavWebPage.py: fix surnames/surnames_count problem
svn: r5357
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2005-11-02 Don Allingham <don@gramps-project.org>
|
||||
* src/plugins/NavWebPage.py: fix surnames/surnames_count problem
|
||||
|
||||
2005-11-01 Don Allingham <don@gramps-project.org>
|
||||
* src/plugins/NavWebPage.py: fix private family records
|
||||
|
||||
|
@@ -2176,7 +2176,7 @@ class WebReport(Report.Report):
|
||||
|
||||
SurnameListPage(
|
||||
self.database, self.title, ind_list, self.options, archive,
|
||||
self.photo_list, SurnameListPage.ORDER_BY_COUNT)
|
||||
self.photo_list, SurnameListPage.ORDER_BY_COUNT,"surnames_count")
|
||||
|
||||
for (surname,handle_list) in local_list:
|
||||
SurnamePage(self.database, surname, handle_list, restrict_list,
|
||||
|
Reference in New Issue
Block a user