From 845d5d0a3360c753639c6a376b795aa4c03c3d3e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 24 Apr 2010 18:59:14 +0000 Subject: [PATCH] 3877: 'alive' and incomplet date svn: r15280 --- src/Utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils.py b/src/Utils.py index 6ee53a7b0..e72369d35 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -824,8 +824,8 @@ def probably_alive(person, db, # no evidence, must consider alive return (True, None, None, _("no evidence"), None) # must have est dates from here: - # SPECIAL CASE: Today: - if current_date.match(gen.lib.date.Today(), "=="): + # SPECIAL CASE: Today and Future: + if current_date.match(gen.lib.date.Today(), ">="): if person.get_death_ref(): # if death in the future: (impossible, unless guess) # if return_range: