]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Submit.class.php
Refactoring - removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index ba3d698c89b341d8e65f5da07dc3df80bf9cf299..236fdb4bd9f2dc7a0c4eb8489ca8543768b28d6c 100644 (file)
@@ -37,8 +37,7 @@ class Submit extends FormElement {
                $this->value = $value;
        }
 
-       function toStringControl()      {
-               if (!$this->isRenderable()) return "";
+       function toStringControl() {
            
            if ($this->id=="") $this->id = $this->name;