* src/WriteXML.py: Add person to the export function arugments.
svn: r3264
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user