Update list.php
This commit is contained in:
parent
960302c012
commit
7796724d63
@ -54,11 +54,8 @@ $search_status = GETPOST('search_status', 'int');
|
|||||||
$search_day_lim = GETPOST('search_day_lim', 'int');
|
$search_day_lim = GETPOST('search_day_lim', 'int');
|
||||||
$search_month_lim = GETPOST('search_month_lim', 'int');
|
$search_month_lim = GETPOST('search_month_lim', 'int');
|
||||||
$search_year_lim = GETPOST('search_year_lim', 'int');
|
$search_year_lim = GETPOST('search_year_lim', 'int');
|
||||||
|
$search_project_ref = GETPOST('search_project_ref', 'alpha');
|
||||||
if (! empty($conf->projet->enabled)) {
|
$search_project = GETPOST('search_project', 'alpha');
|
||||||
$search_project_ref=GETPOST('search_project_ref', 'alpha');
|
|
||||||
$search_project=GETPOST('search_project', 'alpha');
|
|
||||||
}
|
|
||||||
|
|
||||||
$limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit;
|
$limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit;
|
||||||
$sortfield = GETPOST("sortfield", 'alpha');
|
$sortfield = GETPOST("sortfield", 'alpha');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user