Added plugin where users monthly quota can be set and tracked by users.
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 0206136..a13104d 100644 (file)
@@ -32,14 +32,6 @@ class ActionErrors {
     function ActionErrors() {
     }
 
-    function isEmpty() {
-        return (count($this->errors)>0 ? false : true);
-    }
-
-    function exist() {
-        return (count($this->errors)>0 ? true : false);
-    }
-
     function no() {
         return (count($this->errors)>0 ? false : true);
     }