]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 46ea284bce62b874dbc86fa80d842b78c2ab719a..f9d850fc2273ddd67452f7e69d308488deb8962a 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;