Some renaming.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 8a4e20a..784803b 100644 (file)
@@ -70,8 +70,8 @@ class TextArea extends FormElement {
                        $html .= " maxlength=\"$this->max_length\"";
                }
 
-               if ($this->mStyle!="")
-                  $html .= " style=\"$this->mStyle\"";
+               if ($this->style!="")
+                  $html .= " style=\"$this->style\"";
 
                if ($this->mOnKeyPress) {
                        $html .= " onkeypress=\"$this->mOnKeyPress\"";