]> 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 2813a36deb27619ac99c2f21f93f7e5e10408190..1e36f79b5f357a57e4191cae554ba9d45b9b7320 100644 (file)
@@ -32,8 +32,7 @@ class DefaultCellRenderer {
        var $mWidth                     = null;
        var $mOnChangeAdd       = null;
        
-       function DefaultCellRenderer() {
-               
+       function __construct() {
        }
 
        function getValue() { return $this->mCellValue; }