From 834ae6aac046f5f44daa0bf2ae7ba936d97d3840 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 15 Feb 2013 16:58:02 +0100 Subject: [PATCH] Another minor update --- plugins/generic/entries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index f675fb8c1..b381f1e97 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -396,7 +396,7 @@ class Entries: conf.db = db dumpFromTbls = [] - message = "which table(s) of database '%s'?\n" % db + message = "which table(s) of database '%s'?\n" % unsafeSQLIdentificatorNaming(db) message += "[a]ll (default)\n" for tbl in tblData: