Merge pull request #10676 from frederic34/patch-5

fix #10656
This commit is contained in:
Laurent Destailleur 2019-02-24 20:45:13 +01:00 committed by GitHub
commit 6fdd0191f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,7 @@ if (! $search_all)
$sql.= " typent.code,";
$sql.= " state.code_departement, state.nom,";
$sql.= ' country.code,';
$sql.= " p.rowid, p.ref";
$sql.= " p.rowid, p.ref, p.title";
foreach ($extrafields->attribute_label as $key => $val) //prevent error with sql_mode=only_full_group_by
{