Fix: strict

This commit is contained in:
Laurent Destailleur 2014-05-03 03:05:48 +02:00
parent c02fbcf293
commit ada08986cf

View File

@ -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 ;