This commit is contained in:
Rembert Oldenboom 2016-10-23 16:59:57 +02:00
parent 9c6933a796
commit 070980f5a6

View File

@ -72,7 +72,7 @@ $fieldstosearchall = array(
'd.lastname'=>'Lastname', 'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname', 'd.firstname'=>'Firstname',
); );
/* /*
* View * View
*/ */
@ -128,7 +128,6 @@ if ($resql)
$i = 0; $i = 0;
$param = '&statut='.$statut; $param = '&statut='.$statut;
//if ($page > 0) $param.= '&page='.$page;
if ($optioncss != '') $param.='&optioncss='.$optioncss; if ($optioncss != '') $param.='&optioncss='.$optioncss;
if ($statut >= 0) if ($statut >= 0)