projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fad211
)
Removed unused function
author
Nik Okuntseff
<support@anuko.com>
Tue, 22 Mar 2016 16:33:27 +0000
(09:33 -0700)
committer
Nik Okuntseff
<support@anuko.com>
Tue, 22 Mar 2016 16:33:41 +0000
(09:33 -0700)
WEB-INF/lib/form/ActionErrors.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/form/ActionErrors.class.php
b/WEB-INF/lib/form/ActionErrors.class.php
index
9cdc21b
..
a13104d
100644
(file)
--- a/
WEB-INF/lib/form/ActionErrors.class.php
+++ b/
WEB-INF/lib/form/ActionErrors.class.php
@@
-32,10
+32,6
@@
class ActionErrors {
function ActionErrors() {
}
- function exist() {
- return (count($this->errors)>0 ? true : false);
- }
-
function no() {
return (count($this->errors)>0 ? false : true);
}