|
@@ -3,6 +3,7 @@
|
|
|
* Copyright (C) 2002-2003 Jean-Louis Bergamo <jlb@j1b.org>
|
|
|
* Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
|
|
|
* Copyright (C) 2013-2015 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
|
|
|
+ * Copyright (C) 2014-2016 Juanjo Menent <jmenent@2byte.es>
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -328,7 +329,7 @@ if ($resql)
|
|
|
if ($sall)
|
|
|
{
|
|
|
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
|
|
|
- print $langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall);
|
|
|
+ print $langs->trans("FilterOnInto", $sall) . implode(', ',$fieldstosearchall);
|
|
|
}
|
|
|
|
|
|
// Filter on categories
|