2007-10-17 Benny Malengier <benny.malengier@gramps-project.org>

* src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone



svn: r9202
This commit is contained in:
Benny Malengier 2007-10-17 08:47:16 +00:00
parent b4cc165711
commit 4a6723072e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-10-17 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone
2007-10-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/Calendar.py: changed exp eval char to '>'
* src/plugins/holidays.xml: added easter and ash wed eval's

View File

@ -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 :