X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cb8e3de960b758147b34d8323054e7de70548619..04bc6bdd39d67bcf9f63d8af4b067f1fafc06f8a:/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 = "";