From 8ea794a436748921d33664d63ddae4c747d6e9cf Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 22 Feb 2018 20:39:44 +0100 Subject: [PATCH] Bug : IDate readonly does not contain the ID --- include/lib/idate.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lib/idate.class.php b/include/lib/idate.class.php index d360eb471..b3a466b81 100644 --- a/include/lib/idate.class.php +++ b/include/lib/idate.class.php @@ -94,9 +94,9 @@ class IDate extends HtmlInput public function display() { - $r=" : ".$this->value; + $r=" ".$this->value; $r.=''; return $r; }