Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / FloatField.class.php
index 46bdb6d..14c30df 100644 (file)
@@ -33,7 +33,7 @@ class FloatField extends TextField {
        var $mFFormat;
        var $cClassName = "FloatField";
 
-       function FloatField($name) {
+       function __construct($name) {
                $this->mName    = $name;
        }