X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/33399ff6a8bdfe9b989810dafe9c4dbf3cf3b685..7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398:/WEB-INF/lib/form/TextArea.class.php diff --git a/WEB-INF/lib/form/TextArea.class.php b/WEB-INF/lib/form/TextArea.class.php index 887f8ad4..be0c8caa 100644 --- a/WEB-INF/lib/form/TextArea.class.php +++ b/WEB-INF/lib/form/TextArea.class.php @@ -35,7 +35,7 @@ class TextArea extends FormElement { var $mRows = ""; var $cClassName = "TextArea"; - function TextArea($name,$value="") + function __construct($name,$value="") { $this->mName = $name; $this->mValue = $value;