in key/value pairs;
(dump_location): Remove debug output. svn: r7362
This commit is contained in:
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
2006-10-06 Alex Roitman <shura@gramps-project.org>
|
2006-10-06 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars
|
* src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars
|
||||||
in key/value pairs.
|
in key/value pairs;
|
||||||
|
(dump_location): Remove debug output.
|
||||||
* src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN
|
* src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN
|
||||||
is disabled;
|
is disabled;
|
||||||
(gramps_upgrade_9): Include upgrade_11 steps into upgrade_9.
|
(gramps_upgrade_9): Include upgrade_11 steps into upgrade_9.
|
||||||
|
@ -846,8 +846,6 @@ class XmlWriter(UpdateCallback):
|
|||||||
zip_code = self.fix(loc.get_postal_code())
|
zip_code = self.fix(loc.get_postal_code())
|
||||||
phone = self.fix(loc.get_phone())
|
phone = self.fix(loc.get_phone())
|
||||||
street = self.fix(loc.get_street())
|
street = self.fix(loc.get_street())
|
||||||
|
|
||||||
print "*", street
|
|
||||||
|
|
||||||
self.g.write(' <location')
|
self.g.write(' <location')
|
||||||
if street:
|
if street:
|
||||||
|
Reference in New Issue
Block a user