From b7a7af37d54093f28946b21f3e028b774c66f167 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sun, 6 Jun 2010 13:20:39 +0100 Subject: [PATCH] minor whitespace change --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index ce4e3f6f..01b78fe5 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -1056,7 +1056,7 @@ class Database: key = "`" + inner[j][0] + "_" + m.group() + "`" c.execute("ALTER TABLE " + inner[j][0] + " DROP FOREIGN KEY " + key) self.commit() - #end drop_referential_inegrity + #end drop_referential_inegrity def recreate_tables(self): """(Re-)creates the tables of the current DB"""