From 76ced42747373eb188bef313ce0dc374453ec920 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 24 Apr 2010 18:58:56 +0000 Subject: [PATCH] 3877: 'alive' and incomplet date svn: r15279 --- src/Utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils.py b/src/Utils.py index 3363f4813..eeb9c37a1 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: