This commit is contained in:
Laurent Destailleur 2021-06-04 09:27:33 +02:00
parent 3ae3137eaf
commit 621aa9e6f3

View File

@ -254,10 +254,10 @@ if ($optioncss != '') {
if ($search_ref) {
$param .= '&search_ref='.urlencode($search_ref);
}
if ($saerch_day) {
if ($search_day) {
$param .= '&search_day='.urlencode($search_day);
}
if ($saerch_month) {
if ($search_month) {
$param .= '&search_month='.urlencode($search_month);
}
if ($search_year) {