X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=88f0b50a933c3ebff149a0e257921bbf12a04573;hb=75a1eedb8977b8f2db459128bab9aaf367e3b58b;hp=97c9c50e7b218283f71bb559b61023679f33e432;hpb=cd5e077ecb497431decde4835138b877d63b261c;p=timetracker.git 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; }