X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f73f9902e51376cd8fb327cb49343d3a585f5255..526ed56a0144e0602140dd7c65fe237f42a49e44:/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 a752aa5b..945fcfba 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -38,7 +38,6 @@ class FormElement { var $on_click = ''; // What happens when the control is clicked. // TODO: refactoring ongoing down from here. - var $mOnFocus = ""; var $mLabel = ""; var $mStyle = ""; var $mRenderable = true;