Skip to content

Commit

Permalink
FIX #5493 The login field is ignored when doing a "search in all" for
Browse files Browse the repository at this point in the history
members.
  • Loading branch information
Xebax committed Jul 16, 2016
1 parent 587484f commit 8a303fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/list.php
Expand Up @@ -81,7 +81,7 @@
// List of fields to search into when doing a "search in all"
$fieldstosearchall = array(
'd.rowid'=>'Ref',
//'d.ref'=>'Ref',
'd.login'=>'Login',
'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname',
'd.societe'=>"Company",
Expand Down

0 comments on commit 8a303fd

Please sign in to comment.