Fixed ordering of projects.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index 9e27392..bc41016 100644 (file)
@@ -48,7 +48,7 @@ class FormElement {
        var $cClassName         = "FormElement";
        var $mI18n                      = null;
 
-       function FormElement() {
+       function __construct() {
        }
 
        function getClass()     { return $this->cClassName; }
@@ -118,4 +118,3 @@ class FormElement {
        }
 
 }
-?>
\ No newline at end of file