* src/WriteXML.py: Add person to the export function arugments.

svn: r3264
This commit is contained in:
Alex Roitman
2004-07-11 06:08:35 +00:00
parent e2119b6992
commit c340a04e68
2 changed files with 2 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ except:
#
#
#-------------------------------------------------------------------------
def exportData(database, filename, callback=None):
def exportData(database, filename, person, callback=None):
ret = 0
if os.path.isfile(filename):
try: