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
ecaf814889
commit
8ab76ad2cf
@ -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>
|
2006-11-27 Alex Roitman <shura@phy.ucsf.edu>
|
||||||
* src/GrampsDb/_WriteGedcom.py (write_person): Typo.
|
* src/GrampsDb/_WriteGedcom.py (write_person): Typo.
|
||||||
|
|
||||||
|
@ -524,7 +524,7 @@ class XmlWriter(UpdateCallback):
|
|||||||
return
|
return
|
||||||
sp = " "*index
|
sp = " "*index
|
||||||
priv_text = conf_priv(personref)
|
priv_text = conf_priv(personref)
|
||||||
rel_text = ' rel="%s"'
|
rel_text = ' rel="%s"' % personref.get_relation()
|
||||||
|
|
||||||
sreflist = personref.get_source_references()
|
sreflist = personref.get_source_references()
|
||||||
if (len(sreflist) == 0) and personref.get_note() =="":
|
if (len(sreflist) == 0) and personref.get_note() =="":
|
||||||
|
Loading…
Reference in New Issue
Block a user