]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextArea.class.php
Updates to the Swedish translation (#18)
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 9cfd431580463d1e32c9c096f4b44bb2665116d9..be0c8caa299612b01a5dc45344be9bad04ea7a72 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