Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351

svn: r11075
This commit is contained in:
Gary Burton 2008-09-18 18:54:14 +00:00
parent e06722c310
commit 59e5d0e83a

View File

@ -300,7 +300,7 @@ class FamilyGroup(Report):
if self.incParNotes:
for notehandle in person.get_note_list():
note = self.database.get_note_from_handle(notehandle)
self.dump_parent_line(_("Note"), note.get(False))
self.dump_parent_line(_("Note"), note.get())
if self.includeAttrs:
for attr in person.get_attribute_list():