* 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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user