Skip to content
Snippets Groups Projects
Commit 08dccf34 authored by Frédéric France's avatar Frédéric France
Browse files

Update list.php

parent d49d3808
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ if ($result)
{
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
//sort($fieldstosearchall);
print $langs->trans("FilterOnInto", $sall, join(', ',$fieldstosearchall));
print $langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall);
}
$i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment