]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/DateField.class.php
Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index d2331387dc5168f238c0e0cfde30a907b91e721e..49c2354425038587097b30fa656133c273c0c7b5 100644 (file)
@@ -83,7 +83,7 @@ class DateField extends TextField {
 
   function toStringControl() {
 
-    if (!$this->isEnable()) {
+    if (!$this->isEnabled()) {
       $html = htmlspecialchars($this->getValue()).
         "<input type=\"hidden\" name=\"$this->name\" value=\"".htmlspecialchars($this->getValue())."\">\n";
     } else {