Introduced a debug option and a localization string for holidays.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 97c9c50..88f0b50 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; }