Enhanced handling of changes

svn: r1000
This commit is contained in:
Don Allingham
2002-05-19 05:21:31 +00:00
parent ad110c1ee1
commit 52644e68d6
6 changed files with 86 additions and 190 deletions

View File

@@ -425,6 +425,7 @@ class GedcomParser:
self.person = self.db.findPerson(matches[1],self.pmap)
self.added[self.person.getId()] = self.person
self.parse_individual()
self.db.buildPersonDisplay(self.person.getId())
elif matches[2] in ["SUBM","SUBN"]:
self.ignore_sub_junk(1)
elif matches[1] in ["SUBM","SUBN"]: