suggestion notifications
This commit is contained in:
parent
c583d16209
commit
969cd145ce
6 changed files with 55 additions and 16 deletions
3
boot.php
3
boot.php
|
@ -127,6 +127,9 @@ define ( 'NOTIFY_CONFIRM', 0x0002 );
|
|||
define ( 'NOTIFY_WALL', 0x0004 );
|
||||
define ( 'NOTIFY_COMMENT', 0x0008 );
|
||||
define ( 'NOTIFY_MAIL', 0x0010 );
|
||||
define ( 'NOTIFY_SUGGEST', 0x0020 );
|
||||
define ( 'NOTIFY_PROFILE', 0x0040 );
|
||||
|
||||
|
||||
/**
|
||||
* various namespaces we may need to parse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue