Removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 9cfd431..be0c8ca 100644 (file)
@@ -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