From 4a6723072e5bec4c052e868eb7934884b4077456 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 17 Oct 2007 08:47:16 +0000 Subject: [PATCH] 2007-10-17 Benny Malengier * src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone svn: r9202 --- ChangeLog | 3 +++ src/GrampsDbUtils/_WriteGedcom.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30ed2bf23..382004987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-10-17 Benny Malengier + * src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone + 2007-10-17 Douglas S. Blank * src/plugins/Calendar.py: changed exp eval char to '>' * src/plugins/holidays.xml: added easter and ash wed eval's diff --git a/src/GrampsDbUtils/_WriteGedcom.py b/src/GrampsDbUtils/_WriteGedcom.py index dbcd84c31..f1d997632 100644 --- a/src/GrampsDbUtils/_WriteGedcom.py +++ b/src/GrampsDbUtils/_WriteGedcom.py @@ -432,7 +432,7 @@ class GedcomWriter(BasicUtils.UpdateCallback): state = owner.get_state() ctry = owner.get_country() post = owner.get_postal_code() - phon = owner.get_phon() + phon = owner.get_phone() mail = owner.get_email() if not name :