projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef37f8a
)
more class constant name fixes
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Jun 2009 21:18:17 +0000
(17:18 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Jun 2009 21:18:17 +0000
(17:18 -0400)
ingo/lib/Script.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Script.php
b/ingo/lib/Script.php
index
9966d4a
..
b61a28c
100644
(file)
--- a/
ingo/lib/Script.php
+++ b/
ingo/lib/Script.php
@@
-14,12
+14,12
@@
class Ingo_Script
/**
* Only filter unseen messages.
*/
- const
INGO_SCRIPT_
FILTER_UNSEEN = 1;
+ const FILTER_UNSEEN = 1;
/**
* Only filter seen messages.
*/
- const
INGO_SCRIPT_
FILTER_SEEN = 2;
+ const FILTER_SEEN = 2;
/**
* The script class' additional parameters.