]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Calendar.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Calendar.class.php
index f4a50a81929ac64cc48663a5075e78bc900d9e7e..dbe29981abad01f77a2bf192e50ccdf215c59ae3 100644 (file)
@@ -222,7 +222,7 @@ class Calendar extends FormElement {
       return $str;
     }
 
-    function toStringControl() {
+    function getHtml() {
         return $this->toString();
     }