Fix: Date ral mal renseigne

This commit is contained in:
Laurent Destailleur 2006-09-16 00:38:58 +00:00
parent 74be2d4b0e
commit 50447660f2

View File

@ -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;