]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Combobox.class.php
Some fixes to templates.php.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 97c9c50e7b218283f71bb559b61023679f33e432..88f0b50a933c3ebff149a0e257921bbf12a04573 100644 (file)
@@ -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; }