X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FActionErrors.class.php;h=1f8aceb3dba6f0063cc7f8e9bbd2e5bac5d7c6cd;hb=b35ed34767de056ad0adef9d85060b587c1f6ce2;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..1f8aceb3 100644 --- a/WEB-INF/lib/form/ActionErrors.class.php +++ b/WEB-INF/lib/form/ActionErrors.class.php @@ -29,15 +29,7 @@ class ActionErrors { var $errors = array(); - function ActionErrors() { - } - - function isEmpty() { - return (count($this->errors)>0 ? false : true); - } - - function exist() { - return (count($this->errors)>0 ? true : false); + function __construct() { } function no() {