Initial implementation of a condition on notifications.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index ec3510c..78fddf5 100644 (file)
@@ -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) {