]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionErrors.class.php
Switched to using shorter ActionErrors functions
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 0206136146ea9751a01eaa8438af99c5a57586b5..9cdc21b6ef624b2d3541abeb262475f0533d37a6 100644 (file)
@@ -32,10 +32,6 @@ class ActionErrors {
     function ActionErrors() {
     }
 
-    function isEmpty() {
-        return (count($this->errors)>0 ? false : true);
-    }
-
     function exist() {
         return (count($this->errors)>0 ? true : false);
     }