X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d3b45bbcfa1a91751660a384939938f419f7a045..7706d5a5ca4aa6f4f093beadbf688d2cccaa4bef:/WEB-INF/lib/form/FormElement.class.php diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index ff7b3b28..0443e6c9 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -84,8 +84,8 @@ class FormElement { function setOnChange($str) { $this->on_change = $str; } function setOnClick($str) { $this->on_click = $str; } - function localize($i18n) {} // Localization occurs in derived classes and is dependent on control type. - // For example, in calendar control we need to localize day and month names. + function localize() {} // Localization occurs in derived classes and is dependent on control type. + // For example, in calendar control we need to localize day and month names. // getHtml returns HTML for the element. function getHtml() { return ''; }