From 77cf427eba9b10a4e67ebc666c9b4e312ed14adb Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 4 Jun 2009 17:18:17 -0400 Subject: [PATCH] more class constant name fixes --- ingo/lib/Script.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.0