From b3f81d2c1aa2224b8e2e8c69e524bebbb65d85b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Mar 2019 19:06:44 +0200 Subject: [PATCH] Update list.php --- htdocs/fichinter/list.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php index 873ca572217..a0e394b3220 100644 --- a/htdocs/fichinter/list.php +++ b/htdocs/fichinter/list.php @@ -80,13 +80,6 @@ if (! $sortfield) $sortfield="f.ref"; } -$sall=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml')); -//$search_ref=GETPOST('search_ref')?GETPOST('search_ref','alpha'):GETPOST('search_inter','alpha'); -//$search_company=GETPOST('search_company','alpha'); -//$search_desc=GETPOST('search_desc','alpha'); -//$search_status=GETPOST('search_status'); -//$optioncss = GETPOST('optioncss','alpha'); - // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context $object = new Fichinter($db); $hookmanager->initHooks(array('interventionlist'));