Update list.php

This commit is contained in:
Laurent Destailleur 2017-09-04 10:54:50 +02:00 committed by GitHub
parent eb9e8c9dfc
commit 4dd58a94f3

View File

@ -84,7 +84,7 @@ $day_lim = GETPOST('day_lim','int');
$month_lim = GETPOST('month_lim','int');
$year_lim = GETPOST('year_lim','int');
$toselect = GETPOST('toselect', 'array');
$filter = GETPOST('filtre');
$filter = GETPOST('filtre','alpha');
$option = GETPOST('option');
if ($option == 'late') {