]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Combobox.class.php
Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 534c8a50b208a1084a08cdc2f6f1fbb451f5cd5b..dcb84a24c1607c7808f1fe04e4ba7b5bdfc1a937 100644 (file)
@@ -46,7 +46,7 @@ class Combobox extends FormElement {
     var $mDataKeys = array();
     var $cClassName    = "Combobox";
 
     var $mDataKeys = array();
     var $cClassName    = "Combobox";
 
-       function Combobox($name,$value="")
+       function __construct($name,$value="")
        {
                $this->mName                    = $name;
                $this->mValue                   = $value;
        {
                $this->mName                    = $name;
                $this->mValue                   = $value;