Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 46ea284..f9d850f 100644 (file)
@@ -39,7 +39,7 @@ class CheckboxGroup extends FormElement {
     var $lSelAll       = "All";
     var $lSelNone      = "None";
 
-       function CheckboxGroup($name,$value="")
+       function __construct($name,$value="")
        {
                $this->mName                    = $name;
                $this->mValue                   = $value;