Fix: strict
This commit is contained in:
parent
c02fbcf293
commit
ada08986cf
@ -39,8 +39,8 @@ llxHeader();
|
||||
|
||||
$now=dol_now();
|
||||
|
||||
if ($sortorder == "") { $sortorder="ASC"; }
|
||||
if ($sortfield == "") { $sortfield="d.login"; }
|
||||
if (empty($sortorder)) { $sortorder="ASC"; }
|
||||
if (empty($sortfield)) { $sortfield="d.login"; }
|
||||
if (! isset($statut))
|
||||
{
|
||||
$statut = 1 ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user