Skip to content

Commit

Permalink
Fixed #1423: Search for attributes in tokens does not work
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3720 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Nov 27, 2007
1 parent 1ac5e82 commit 0b8f1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -579,7 +579,7 @@
. "OR lastname LIKE '%$searchstring%' "
. "OR email LIKE '%$searchstring%' "
. "OR token LIKE '%$searchstring%'";
if ($bfieldcount == 9)
if ($bfieldcount == 10)
{
$bquery .= " OR attribute_1 like '%$searchstring%' "
. "OR attribute_2 like '%$searchstring%'";
Expand Down

0 comments on commit 0b8f1bb

Please sign in to comment.