From: Michael J. Rubinsky Date: Thu, 4 Jun 2009 21:18:17 +0000 (-0400) Subject: more class constant name fixes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=77cf427eba9b10a4e67ebc666c9b4e312ed14adb;p=horde.git more class constant name fixes --- diff --git a/ingo/lib/Script.php b/ingo/lib/Script.php index 9966d4ad9..b61a28cc3 100644 --- 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.