]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Updates to the Swedish translation (#18)
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index 89f6543f3754a5d659481d0fb90d002a4c8816a8..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;
   }
@@ -223,4 +223,3 @@ class Table extends FormElement {
     return $html;
   }
 }
-?>
\ No newline at end of file