X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FActionErrors.class.php;h=a13104d7349f446649fc9fdb4f81df605fa7a8c2;hb=b76e427286701104c84a869461ceb7339b1b943a;hp=0206136146ea9751a01eaa8438af99c5a57586b5;hpb=62da0ed23af9ae74faf8d103bc3ce025c56b673e;p=timetracker.git 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); }