From 04a4c8c863fd443e8bcdda1147ad4f9987d20570 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Jul 2010 12:36:26 +0000 Subject: [PATCH] Fix: CSS error --- htdocs/comm/prospect/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index b5d0a927efb..8584b3be2b8 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -223,7 +223,7 @@ if ($socid > 0) print ''; } - $now = gmmktime(); + $now = dol_now(); while ($i < $num && $i < $MAXLIST) {