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