2006-11-27 Alex Roitman <shura@gramps-project.org>

* src/GrampsDb/_WriteXML.py (dump_person_ref): Properly export
	associations.



svn: r7723
This commit is contained in:
Alex Roitman 2006-11-28 07:02:26 +00:00
parent 1fb136a33f
commit aeadf016fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-27 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_WriteXML.py (dump_person_ref): Properly export
associations.
2006-11-27 Alex Roitman <shura@phy.ucsf.edu>
* src/GrampsDb/_WriteGedcom.py (write_person): Typo.

View File

@ -524,7 +524,7 @@ class XmlWriter(UpdateCallback):
return
sp = " "*index
priv_text = conf_priv(personref)
rel_text = ' rel="%s"'
rel_text = ' rel="%s"' % personref.get_relation()
sreflist = personref.get_source_references()
if (len(sreflist) == 0) and personref.get_note() =="":