X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bd569da4f1d6ada00f5e48eac9716c068003748a..5532fe6cfc2125063ff8040cfa80e20089ac64b0:/WEB-INF/lib/form/Table.class.php diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 44685d46..e0930095 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -95,9 +95,9 @@ class Table extends FormElement { } function _process() { - $this->mProccessed = true; + $this->mProccessed = true; - if ($this->mInteractive) { + if ($this->mInteractive) { // Add a column of clickable checkboxes. $column = new TableColumn("","getName()."_all\" onclick=\"setAll(this.checked)\">"); import('form.CheckboxCellRenderer'); @@ -115,7 +115,6 @@ class Table extends FormElement { } function toStringControl() { - if (!$this->isRenderable()) return ""; if (!$this->mProccessed) $this->_process(); $html = "";