X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FTable.class.php;h=b41a1f12c01da58748b2888508347c811af12061;hb=50a6780614fad69fc040700dcf73745e4201d8b8;hp=89f6543f3754a5d659481d0fb90d002a4c8816a8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 89f6543f..b41a1f12 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -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