X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=facfffc811a05245b46724c12482da02dbe40453;hb=50a6780614fad69fc040700dcf73745e4201d8b8;hp=d621850b73a28eab671d66a53be133c6d08c59c8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index d621850b..facfffc8 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -31,7 +31,7 @@ import('form.FormElement'); class Submit extends FormElement { var $cClassName = "Submit"; - function Submit($name,$value="") + function __construct($name,$value="") { $this->mName = $name; $this->mValue = $value; @@ -60,4 +60,3 @@ class Submit extends FormElement { return $html; } } -?> \ No newline at end of file