diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index d093edba..28b6bdc9 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -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()