* src/AddMedia.py: pychecker fixes
* src/DbPrompter.py: pychecker fixes * src/DisplayModels.py: pychecker fixes * src/GrampsDbBase.py: pychecker fixes * src/GrampsInMemDB.py: pychecker fixes * src/RelLib.py: move probably_alive to Utils * src/Utils.py: added probably_alive * src/WriteGedcom.py: probably_alive fixes * src/WriteGedcom.py: probably_alive fixes * src/plugins/WebPage.py: probably_alive fixes * src/plugins/WebFtree.py: probably_alive fixes * src/plugins/WebGeneWeb.py: probably_alive fixes svn: r3607
This commit is contained in:
@ -212,7 +212,7 @@ class FtreeWriter:
|
||||
death = p.get_death().get_date_object()
|
||||
|
||||
if restrict:
|
||||
alive = p.probably_alive(self.db)
|
||||
alive = Utils.probably_alive(p,self.db)
|
||||
else:
|
||||
alive = 0
|
||||
|
||||
|
Reference in New Issue
Block a user