Gedcom export, complete_rebuild fix, merge support

svn: r1223
This commit is contained in:
Don Allingham
2002-12-14 05:07:09 +00:00
parent 170394d327
commit a08425ebc8
15 changed files with 194 additions and 149 deletions

View File

@@ -917,7 +917,7 @@ class GedcomWriter:
else:
if surPref:
self.g.write("2 SURN %s %s\n" % (surPref,surName))
else if surName:
elif surName:
self.g.write("2 SURN %s\n" % surName)
if name.getSuffix() != "":