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 :