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