mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Cleanup
This commit is contained in:
parent
7da3d8dbd1
commit
cce3208b35
4 changed files with 6 additions and 7 deletions
|
|
@ -1052,7 +1052,7 @@ class Enumeration:
|
|||
else:
|
||||
condQuery = " AND (%s)" % " OR ".join("%s = '%s'" % (condition, unsafeSQLIdentificatorNaming(col)) for col in colList)
|
||||
infoMsg += "'%s' " % ", ".join(unsafeSQLIdentificatorNaming(col) for col in colList)
|
||||
|
||||
|
||||
else:
|
||||
condQuery = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue