X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/33399ff6a8bdfe9b989810dafe9c4dbf3cf3b685..8c7da3eb00661f94b51b0390ee0d56b8dfeeaeb4:/WEB-INF/lib/form/Table.class.php?ds=sidebyside diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 12b356a8..b41a1f12 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -47,7 +47,7 @@ class Table extends FormElement { var $mHeaderOptions = array(); var $mProccessed = false; - function Table($name, $value='') { + function __construct($name, $value='') { $this->mName = $name; $this->mValue = $value; }