]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Updates to the Swedish translation (#18)
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 6fef23171993a2495cecdb2efd990d6c6b4cdd0a..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;
@@ -160,4 +160,3 @@ class CheckboxGroup extends FormElement {
                return $html.$str;
        }
 }
-?>
\ No newline at end of file