Minor fix

This commit is contained in:
Miroslav Stampar
2012-10-28 00:19:00 +02:00
parent 0aeb9dbe8b
commit a435ba6863
4 changed files with 4 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ class Entries:
if not (isTechniqueAvailable(PAYLOAD.TECHNIQUE.UNION) and kb.injection.data[PAYLOAD.TECHNIQUE.UNION].where == PAYLOAD.WHERE.ORIGINAL):
table = "%s.%s" % (conf.db, tbl)
retVal = pivotDumpTable(table, colList, blind=False, time=False)
retVal = pivotDumpTable(table, colList, blind=False)
if retVal:
entries, _ = retVal