From 99109da7f6885285d77904b2b84ab847246faea9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 31 May 2007 18:25:16 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20la=20variable=20n'=E9tait=20remise=20=E0?= =?UTF-8?q?=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_actions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index 7eec5fb5ec9..2b5be2e3625 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -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"));