]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/DateField.class.php
Refactoring - renamed a couple of variables.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index 7075c42b7b8130ee17aa86d737d1888e1784f132..cf1bb08fc5953f11be3c3633af9d8bd48e67e29d 100644 (file)
@@ -395,8 +395,8 @@ class DateField extends TextField {
       $html .= "\n\t<input type=\"text\"";
       $html .= " name=\"$this->name\" id=\"$this->id\"";
 
       $html .= "\n\t<input type=\"text\"";
       $html .= " name=\"$this->name\" id=\"$this->id\"";
 
-      if ($this->mSize!="")
-        $html .= " size=\"$this->mSize\"";
+      if ($this->size!="")
+        $html .= " size=\"$this->size\"";
 
       if ($this->mStyle!="")
          $html .= " style=\"$this->mStyle\"";
 
       if ($this->mStyle!="")
          $html .= " style=\"$this->mStyle\"";