X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd5e077ecb497431decde4835138b877d63b261c..bb92f78d67fee6fd5b005e8196ccbf618c76518b:/WEB-INF/lib/form/Table.class.php?ds=inline diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index ec3510c8..78fddf50 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -46,10 +46,9 @@ class Table extends FormElement { var $mHeaderOptions = array(); var $mProccessed = false; - function __construct($name, $value='') { + function __construct($name) { $this->class = 'Table'; $this->name = $name; - $this->value = $value; } function setKeyField($value) {