* src/plugins/WriteFtree.py: Typo.

* src/plugins/WriteGedcom.py: Typo.


svn: r3005
This commit is contained in:
Alex Roitman
2004-03-11 23:14:55 +00:00
parent ee5f277151
commit b3e71b84d9
3 changed files with 8 additions and 4 deletions

View File

@ -212,7 +212,7 @@ class FtreeWriter:
death = p.get_death().get_date_object()
if restrict:
alive = p.probably_alive(db)
alive = p.probably_alive(self.db)
else:
alive = 0