Commit c098a3ab authored by Vincent Pelletier's avatar Vincent Pelletier

Fix comment: typo & better indentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 998085db
......@@ -238,8 +238,8 @@ class ERP5UserManager(BasePlugin):
# | foo |
# +-----+
# 1 row in set (0.01 sec)
# "bar OR foo" because of ZSQLCatalog tokenizing searched sgtrings
# by default (feature).
# "bar OR foo" because of ZSQLCatalog tokenizing searched strings
# by default (feature).
result = [x.path for x in result if (not exact_match)
or x['reference'] in login]
if not result:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment