1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-10 09:48:50 +00:00

introduction cleanup - email notification flags

This commit is contained in:
Mike Macgirvin 2010-07-22 02:13:39 -07:00
parent a9befec59e
commit 11f2eaa16d
4 changed files with 195 additions and 135 deletions

View file

@ -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 {