X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/62da0ed23af9ae74faf8d103bc3ce025c56b673e..1ec29837741da5d4d24bbe9d11a780bc0de12f0b:/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..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() {