Don't allow the birth/death event namese modifiedimpos

svn: r449
This commit is contained in:
Don Allingham
2001-10-06 18:57:06 +00:00
parent ebe4af348d
commit 4a438d859e
2 changed files with 9 additions and 5 deletions

View File

@@ -297,6 +297,8 @@ def dump_event_stats(g,event):
g.write("2 DATE %s\n" % cnvtxt(event.getSaveDate()))
if event.getPlaceName() != "":
g.write("2 PLAC %s\n" % cnvtxt(event.getPlaceName()))
if event.getCause() != "":
g.write("2 CAUS %s\n" % cnvtxt(event.getCause()))
if event.getNote() != "":
write_long_text(g,"NOTE",2,event.getNote())
for srcref in event.getSourceRefList():