Adjusted time.php to honor note on separate row option.
[timetracker.git] / WEB-INF / lib / form / DefaultCellRenderer.class.php
index adbd141..1e36f79 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