Update
svn: r5934
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000-2005 Donald N. Allingham
|
# Copyright (C) 2000-2006 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -530,7 +530,7 @@ class ArgHandler:
|
|||||||
if filename:
|
if filename:
|
||||||
try:
|
try:
|
||||||
import WriteXML
|
import WriteXML
|
||||||
g = WriteXML.XmlWriter(self.parent.db,None,1,1)
|
g = WriteXML.XmlWriter(self.parent.db,None,0,1)
|
||||||
ret = g.write(filename)
|
ret = g.write(filename)
|
||||||
except:
|
except:
|
||||||
print "Error exporting %s" % filename
|
print "Error exporting %s" % filename
|
||||||
|
|||||||
Reference in New Issue
Block a user