svn: r5819
This commit is contained in:
Don Allingham 2006-01-22 04:08:37 +00:00
parent 195a285edd
commit 8882a71c1a

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: