Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 31, 2019
1 parent 48ce60d commit b3f81d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions htdocs/fichinter/list.php
Expand Up @@ -80,13 +80,6 @@
$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'));
Expand Down

0 comments on commit b3f81d2

Please sign in to comment.