]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Ongoing refactoring of form controls.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index 12b356a8ce7246804d84b7c62fe469430da67188..833bffac98a6873b8da27eceb210b70942371a3e 100644 (file)
@@ -47,8 +47,8 @@ class Table extends FormElement {
   var $mHeaderOptions = array();
   var $mProccessed    = false;
        
-  function Table($name, $value='') {
-    $this->mName = $name;
+  function __construct($name, $value='') {
+    $this->name = $name;
     $this->mValue = $value;
   }