X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd5e077ecb497431decde4835138b877d63b261c..1cf228c258ba8a8950b1a55bc25b93768bf50184:/WEB-INF/lib/form/Combobox.class.php diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 97c9c50e..88f0b50a 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -45,10 +45,9 @@ class Combobox extends FormElement { var $mDataDeep = 1; var $mDataKeys = array(); - function __construct($name, $value = '') { + function __construct($name) { $this->class = 'Combobox'; $this->name = $name; - $this->value = $value; } function setMultiple($value) { $this->mMultiple = $value; }