Bug : search

This commit is contained in:
Dany De Bontridder 2019-12-08 10:48:03 +01:00
parent 0f504f6357
commit 75d5ff22d5

View file

@ -155,7 +155,7 @@ if (isset($_GET['r_jrn']))
}
if (isset($_GET['search_opr_jrn']))
{
$a_search_opr_jrn=$http->get('search_opr_jrn','array');
$a_search_opr_jrn=$http->get('search_opr_jrn');
foreach ($a_search_opr_jrn as $k => $v)
if (isNumber($v)) $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
}