Fixed variable name issue in display_ind_general().

svn: r13138
This commit is contained in:
Rob G. Healey
2009-08-31 08:08:27 +00:00
parent 4f5c0bcefa
commit bc83fa57a3
2 changed files with 22 additions and 12 deletions

View File

@ -3610,7 +3610,7 @@ class IndividualPage(BasePage):
# return all three pieces to its caller
# do NOT combine before returning to class IndividualPage
return thumbnail, sect_name, summaryarea
return thumbnail, section_title, summaryarea
def attribs_or_not(self, db, evt_ref_list):
""" determine if there are attributes for these events """