* src/DateParser.py: properly call the date checking routine

svn: r5461
This commit is contained in:
Don Allingham 2005-12-01 20:52:12 +00:00
parent 60c52bb9cf
commit 34b7b5cf28
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2005-12-01 Don Allingham <don@gramps-project.org>
* src/DateParser.py: properly call the date checking routine
2005-12-01 Alex Roitman <shura@gramps-project.org>
* src/ReportUtils.py (child_str): Initialize text.
* src/dates/Date_nl.py: Add to CVS (bmcage).

View File

@ -383,6 +383,8 @@ class DateParser:
"""
if subparser == None:
subparser = self._parse_greg_julian
if subparser == self._parse_greg_julian:
check = gregorian_valid
else:
check = None