]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/DefaultCellRenderer.class.php
Some fixes to templates.php.
[timetracker.git] / WEB-INF / lib / form / DefaultCellRenderer.class.php
index adbd141e87b8c7d04b38658ec072846af19e87d5..1e36f79b5f357a57e4191cae554ba9d45b9b7320 100644 (file)
@@ -32,8 +32,7 @@ class DefaultCellRenderer {
        var $mWidth                     = null;
        var $mOnChangeAdd       = null;
        
-       function DefaultCellRenderer() {
-               
+       function __construct() {
        }
 
        function getValue() { return $this->mCellValue; }
@@ -71,4 +70,3 @@ class DefaultCellRenderer {
                return $this->toString();
        }
 }
-?>
\ No newline at end of file