svn: r5819
This commit is contained in:
Don Allingham 2006-01-22 04:08:37 +00:00
parent dbb9b86366
commit be7aec6ea5

View File

@ -1273,7 +1273,7 @@ class GedcomParser:
if ged2gramps.has_key(matches[2]):
name = (ged2gramps[matches[2]],'')
else:
#print val, matches
val = self.gedsource.tag2gramps(matches[2])
if val:
name = (RelLib.Event.CUSTOM,val)
else: