From 11f2eaa16dc3e41b758235e7bc1a281e19aca96e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 22 Jul 2010 02:13:39 -0700 Subject: introduction cleanup - email notification flags --- boot.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5efa9a24f..b36a255eb 100644 --- a/boot.php +++ b/boot.php @@ -13,6 +13,15 @@ define ( 'DIRECTION_IN', 1); define ( 'DIRECTION_OUT', 2); define ( 'DIRECTION_BOTH', 3); +define ( 'NOTIFY_INTRO', 0x0001 ); +define ( 'NOTIFY_CONFIRM', 0x0002 ); +define ( 'NOTIFY_WALL', 0x0004 ); +define ( 'NOTIFY_COMMENT', 0x0008 ); +define ( 'NOTIFY_MAIL', 0x0010 ); + + + + if(! class_exists('App')) { class App { -- cgit v1.2.3