From 303aa105074b346b0bca30522e86ca69a05884de Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 27 Jun 2012 14:43:18 +0200 Subject: [PATCH] only a small update --- plugins/generic/enumeration.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 195d8b12f..bbc3fdf68 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1975,9 +1975,10 @@ class Enumeration: regex = "|".join(conf.tbl.split(",")) return tableExists(paths.COMMON_TABLES, regex) - rootQuery = queries[Backend.getIdentifiedDbms()].search_table foundTbls = {} tblList = conf.tbl.split(",") + + rootQuery = queries[Backend.getIdentifiedDbms()].search_table tblCond = rootQuery.inband.condition dbCond = rootQuery.inband.condition2 whereDbsQuery = ""