From 7f2364cf1d30cdf8bfe43ee83f29b099ec5f6382 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Sat, 17 Jul 2010 05:13:38 +0200 Subject: [PATCH] DUMP: change format slightly --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()