DUMP: change format slightly

This commit is contained in:
steffen123 2010-07-17 05:13:38 +02:00
parent 139dfbafb5
commit 7f2364cf1d

View File

@ -295,7 +295,7 @@ class Database:
#end def __init__
def dumpDatabase(self):
result="Database dump version " + str(DB_VERSION)+"\n\n"
result="fpdb database dump\nDB version=" + str(DB_VERSION)+"\n\n"
tables=self.cursor.execute(self.sql.query['list_tables'])
tables=self.cursor.fetchall()