diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index b21f1cfd7..13737407a 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -4299,7 +4299,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText public $editable; public $onchange; public $renderMode = ''; - public $gridFieldType = 'date'; + public $gridFieldType = ''; /* * Verify the format of a date @@ -4601,9 +4601,9 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText * $html .= ''; * * */ - /*if ($this->gridFieldType == '') { + if ($this->gridFieldType == '') { $html .= $this->renderHint(); - }*/ + } return $html; }