Fix: la variable n'tait remise 0

This commit is contained in:
Regis Houssin 2007-05-31 18:25:16 +00:00
parent 70ce4b9f7d
commit 99109da7f6

View File

@ -97,6 +97,7 @@ class box_actions extends ModeleBoxes {
$i = 0;
while ($i < $num)
{
$late = '';
$objp = $db->fetch_object($result);
if (date("U",$objp->dp) < (time() - $conf->global->MAIN_DELAY_ACTIONS_TODO)) $late=img_warning($langs->trans("Late"));