Update list.php

This commit is contained in:
Frédéric FRANCE 2015-10-31 11:27:50 +01:00
parent 8a07efb995
commit 6e2d4aebb1

View File

@ -333,7 +333,7 @@ else
if ($sall) if ($sall)
{ {
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val); foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
print $langs->trans("FilterOnInto", $sall, join(', ',$fieldstosearchall)); print $langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall);
} }
// Filter on categories // Filter on categories