4345: TIME on eventdate
svn: r16183
This commit is contained in:
@ -1920,8 +1920,9 @@ class GedcomParser(UpdateCallback):
|
||||
TOKEN__GODP : self.__event_witness,
|
||||
TOKEN__WITN : self.__event_witness,
|
||||
TOKEN__WTN : self.__event_witness,
|
||||
TOKEN_RELI : self.__ignore,
|
||||
TOKEN_TIME : self.__ignore,
|
||||
TOKEN_RELI : self.__ignore,
|
||||
# Not legal, but inserted by PhpGedView
|
||||
TOKEN_TIME : self.__event_time,
|
||||
TOKEN__TIME : self.__event_time,
|
||||
TOKEN_ASSO : self.__ignore,
|
||||
TOKEN_IGNORE : self.__ignore,
|
||||
|
Reference in New Issue
Block a user