]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionErrors.class.php
Renamed a function for clarity.
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 9cdc21b6ef624b2d3541abeb262475f0533d37a6..1f8aceb3dba6f0063cc7f8e9bbd2e5bac5d7c6cd 100644 (file)
 class ActionErrors {
     var $errors = array();
 
-    function ActionErrors() {
-    }
-
-    function exist() {
-        return (count($this->errors)>0 ? true : false);
+    function __construct() {
     }
 
     function no() {