Fix : search on rowid don't work with pgsql and natural search

This commit is contained in:
Maxime Kohlhaas 2017-07-18 10:31:35 +02:00
parent 2a50a78497
commit f876833b9a

View File

@ -83,7 +83,6 @@ $search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search
// List of fields to search into when doing a "search in all"
$fieldstosearchall = array(
'd.rowid'=>'Ref',
'd.login'=>'Login',
'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname',