X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1fad211ab12fc66117094e33425f8414fccd2cfa..e7249e8d4876102bcf5a29e3ea5712a671fd6553:/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 9cdc21b6..a13104d7 100644 --- a/WEB-INF/lib/form/ActionErrors.class.php +++ b/WEB-INF/lib/form/ActionErrors.class.php @@ -32,10 +32,6 @@ class ActionErrors { function ActionErrors() { } - function exist() { - return (count($this->errors)>0 ? true : false); - } - function no() { return (count($this->errors)>0 ? false : true); }