]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TableColumn.class.php
Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / TableColumn.class.php
index aa1ec4b1f7b047ccf6e9a18ab7de707b0c171670..06cad0514a4959dcfa0360f3cc1c47dab565f441 100644 (file)
@@ -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) {