FIX #5493 The login field is ignored when doing a "search in all" for

members.
This commit is contained in:
Xebax 2016-07-16 20:16:46 +02:00
parent 587484fabb
commit 8a303fd4d8

View File

@ -81,7 +81,7 @@ $extrafields = new ExtraFields($db);
// 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",