]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/DateField.class.php
Some renaming.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index 87f9ee8212aaff3858c4842fe00f4bf80049f7be..b85632d585c74fe60bf32a24608fb350b9ce91b8 100644 (file)
@@ -398,8 +398,8 @@ class DateField extends TextField {
       if ($this->size!="")
         $html .= " size=\"$this->size\"";
 
-      if ($this->mStyle!="")
-         $html .= " style=\"$this->mStyle\"";
+      if ($this->style!="")
+         $html .= " style=\"$this->style\"";
 
         $html .= " maxlength=\"50\"";