Some cleanup.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index 89f6543..b41a1f1 100644 (file)
@@ -47,7 +47,7 @@ class Table extends FormElement {
   var $mHeaderOptions = array();
   var $mProccessed    = false;
        
-  function Table($name, $value='') {
+  function __construct($name, $value='') {
     $this->mName = $name;
     $this->mValue = $value;
   }
@@ -223,4 +223,3 @@ class Table extends FormElement {
     return $html;
   }
 }
-?>
\ No newline at end of file