Refactoring - removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index b85632d..d233138 100644 (file)
@@ -81,8 +81,7 @@ class DateField extends TextField {
     }
   }
 
-  function toStringControl()  {
-    if (!$this->isRenderable()) return "";
+  function toStringControl() {
 
     if (!$this->isEnable()) {
       $html = htmlspecialchars($this->getValue()).