*************** *** 180,186 **** { // get the raw date value by unformatting it or geting the raw data from dataobj $format = $this->GetFormObj()->GetDataObj()->GetField($this->m_BizFieldName)->m_Format; - $val = parent::Render(); $showTime = 'false'; $img = ""; $val .= "m_Name."', '".$format."', ".$showTime.", true); return false;\" onmousemove='window.status=\"Select a date\"' onmouseout='window.status=\"\"'>" . $img . ""; --- 180,186 ---- { // get the raw date value by unformatting it or geting the raw data from dataobj $format = $this->GetFormObj()->GetDataObj()->GetField($this->m_BizFieldName)->m_Format; + $val = parent::Render(); $showTime = 'false'; $img = ""; $val .= "m_Name."', '".$format."', ".$showTime.", true); return false;\" onmousemove='window.status=\"Select a date\"' onmouseout='window.status=\"\"'>" . $img . ""; *************** *** 206,216 **** { // get the folder image and leave image $origImg = $this->m_Image; - list($img1, $img2) = split(";", $this->m_Image); $img1 = trim($img1); $img2 = trim($img2); // get expand function $origFunc = $this->m_Function; - list($f1, $f2) = split(";", $this->m_Function); $f1 = trim($f1); $f2 = trim($f2); // if the record has child --- 206,216 ---- { // get the folder image and leave image $origImg = $this->m_Image; + list($img1, $img2) = explode(";", $this->m_Image); $img1 = trim($img1); $img2 = trim($img2); // get expand function $origFunc = $this->m_Function; + list($f1, $f2) = explode(";", $this->m_Function); $f1 = trim($f1); $f2 = trim($f2); // if the record has child