3877: 'alive' and incomplet date

svn: r15280
This commit is contained in:
Doug Blank 2010-04-24 18:59:14 +00:00
parent 72e19bb7a9
commit 845d5d0a33

View File

@ -824,8 +824,8 @@ def probably_alive(person, db,
# no evidence, must consider alive # no evidence, must consider alive
return (True, None, None, _("no evidence"), None) return (True, None, None, _("no evidence"), None)
# must have est dates from here: # must have est dates from here:
# SPECIAL CASE: Today: # SPECIAL CASE: Today and Future:
if current_date.match(gen.lib.date.Today(), "=="): if current_date.match(gen.lib.date.Today(), ">="):
if person.get_death_ref(): if person.get_death_ref():
# if death in the future: (impossible, unless guess) # if death in the future: (impossible, unless guess)
# if return_range: # if return_range: