Fixed date handling for GEDCOM

svn: r600
This commit is contained in:
Don Allingham
2001-12-01 04:23:42 +00:00
parent a1be214c15
commit c6e338de0a
10 changed files with 454 additions and 196 deletions

View File

@@ -604,6 +604,7 @@ def write_xml_data(database, g, callback, sp):
for event in family.getEventList():
dump_event(g,event,3)
dump_ordinance(g,"sealed_to_spouse",family.getLdsSeal(),3)
write_photo_list(g,family.getPhotoList())