X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Flib%2Fform%2FTableColumn.class.php;h=06cad0514a4959dcfa0360f3cc1c47dab565f441;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=3af7b2a439dcbf1ebb1462337736cfa0acbde9cf;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/lib/form/TableColumn.class.php b/WEB-INF/lib/form/TableColumn.class.php index 3af7b2a4..06cad051 100644 --- a/WEB-INF/lib/form/TableColumn.class.php +++ b/WEB-INF/lib/form/TableColumn.class.php @@ -37,7 +37,7 @@ class TableColumn { var $mBgColor = "#ffffff"; var $mFgColor = "#000000"; - function TableColumn($indexField, $title="",$renderer=null) { + function __construct($indexField, $title="",$renderer=null) { $this->mIndexField = $indexField; $this->mTitle = $title; if ($renderer!=null) { @@ -79,4 +79,3 @@ class TableColumn { return $this->mWidth; } } -?> \ No newline at end of file