From 50447660f2e32a6f562fc5c9f2d312a28b579183 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Sep 2006 00:38:58 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Date=20r=E9al=20mal=20renseign=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/triggers/interface_webcal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/triggers/interface_webcal.class.php b/htdocs/includes/triggers/interface_webcal.class.php index 8de013ae7d9..d572c19feb1 100644 --- a/htdocs/includes/triggers/interface_webcal.class.php +++ b/htdocs/includes/triggers/interface_webcal.class.php @@ -135,7 +135,7 @@ class InterfaceWebCal $libellecal.=($object->note?$object->note:""); } - $this->date=$object->date; + $this->date=$object->date ? $object->date : $object->datep; $this->duree=$object->duree; $this->texte=$object->societe->nom; $this->desc=$libellecal;