X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/62da0ed23af9ae74faf8d103bc3ce025c56b673e..ebfd5af0ca598c2e86d27c23a3aaea9fa0505cf6:/WEB-INF/lib/form/ActionErrors.class.php diff --git a/WEB-INF/lib/form/ActionErrors.class.php b/WEB-INF/lib/form/ActionErrors.class.php index 02061361..a13104d7 100644 --- a/WEB-INF/lib/form/ActionErrors.class.php +++ b/WEB-INF/lib/form/ActionErrors.class.php @@ -32,14 +32,6 @@ class ActionErrors { function ActionErrors() { } - function isEmpty() { - return (count($this->errors)>0 ? false : true); - } - - function exist() { - return (count($this->errors)>0 ? true : false); - } - function no() { return (count($this->errors)>0 ? false : true); }