X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FTextArea.class.php;h=be0c8caa299612b01a5dc45344be9bad04ea7a72;hb=06d053703b7c0ed744e93de417119cfa2a6a86e2;hp=9cfd431580463d1e32c9c096f4b44bb2665116d9;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/lib/form/TextArea.class.php b/WEB-INF/lib/form/TextArea.class.php index 9cfd4315..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; @@ -101,4 +101,3 @@ class TextArea extends FormElement { return $s; } } -?> \ No newline at end of file