mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Cleanup
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user