* src/DateParser.py: properly call the date checking routine
svn: r5461
This commit is contained in:
parent
60c52bb9cf
commit
34b7b5cf28
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user