Fixed charts to allow display of totals for unassigned projects and tasks.
[timetracker.git] / WEB-INF / lib / form / Form.class.php
index 340637d..6b663a9 100644 (file)
@@ -45,7 +45,7 @@ class Form {
        var $mRequest;
 //     var $mFormBean;
     
-    function Form($formid) {
+    function __construct($formid) {
         $this->formName = $formid;
     }
     
@@ -317,5 +317,3 @@ class Form {
        }
     }
 }
-
-?>
\ No newline at end of file