From 5436635acb916f6c3176129eb73c293528d5e65e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 13 Aug 2014 13:32:17 +0200 Subject: [PATCH] Minor update --- plugins/generic/users.py | 2 +- xml/queries.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/generic/users.py b/plugins/generic/users.py index 0ec373bd2..7a904bfdd 100644 --- a/plugins/generic/users.py +++ b/plugins/generic/users.py @@ -439,7 +439,7 @@ class Users: if not kb.data.cachedUsersPrivileges and isInferenceAvailable() and not conf.direct: if Backend.isDbms(DBMS.MYSQL) and kb.data.has_information_schema: - conditionChar = " LIKE " + conditionChar = "LIKE" else: conditionChar = "=" diff --git a/xml/queries.xml b/xml/queries.xml index dbd0175e6..701b57d7e 100644 --- a/xml/queries.xml +++ b/xml/queries.xml @@ -38,7 +38,7 @@ - +