Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index 12b356a..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;
   }