]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Refactoring - removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 21a9e35c436b2f2f41ea9dbf265e4123a2b72c7f..9d19d2785c47be1fd51345bf0c3b2f64717d6415 100644 (file)
@@ -66,9 +66,8 @@ class CheckboxGroup extends FormElement {
                $this->lSelNone = $i18n->getKey('label.select_none');
        }
                
-       function toStringControl()      {
-               if (!$this->isRenderable()) return "";
-           
+       function toStringControl() {
+
            if ($this->id=="") $this->id = $this->name;
            
            $renderArray = array();