more class constant name fixes
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Jun 2009 21:18:17 +0000 (17:18 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 4 Jun 2009 21:18:17 +0000 (17:18 -0400)
ingo/lib/Script.php

index 9966d4a..b61a28c 100644 (file)
@@ -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.