From c11cff77b54d2e65213e97f524a676cade48558a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 3 Jan 2006 16:00:39 +0000 Subject: [PATCH] Ajout modification de Tipaul --- htdocs/comm/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 83e2ccc5b29..fc5fa6be7ba 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -316,6 +316,8 @@ if ($resql) if (date("U",$obj->da) < time()) { print "".img_warning("Late").""; + } else { + print " "; } print "id\">".img_object($langs->trans("ShowTask"),"task"); $transcode=$langs->trans("Action".$obj->code);