* src/plugins/WriteFtree.py: Call probably_alive with db.

* src/plugins/WriteGedcom.py: Call probably_alive with db.


svn: r3004
This commit is contained in:
Alex Roitman
2004-03-11 04:28:17 +00:00
parent 55b61a5ddb
commit ee5f277151
3 changed files with 7 additions and 5 deletions

View File

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