From c26279d37e3a52d550488261fa69afde7e06c8a9 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 7 Aug 2001 17:08:43 +0000 Subject: [PATCH] fixed translation of attributes on a GEDCOM write svn: r305 --- src/plugins/WriteGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/WriteGedcom.py b/src/plugins/WriteGedcom.py index ecc275c72..a201ef0c6 100644 --- a/src/plugins/WriteGedcom.py +++ b/src/plugins/WriteGedcom.py @@ -398,7 +398,7 @@ def write_person(g,person): for attr in person.getAttributeList(): name = attr.getType() if const.personalConstantAttributes.has_key(name): - val = const.personalConstantEvents[name] + val = const.personalConstantAttributes[name] else: val = "" if val != "" :