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:
parent
1fb136a33f
commit
aeadf016fd
@ -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.
|
||||
|
||||
|
@ -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() =="":
|
||||
|
Loading…
Reference in New Issue
Block a user