summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-16 21:37:19 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-16 21:37:19 -0700
commit312fd855324b680c45b71c683b9589f24e1b31a9 (patch)
tree1d42bf785691d3562b410ef41b3a587dc43282e1 /classes
parent90b2b3f9d19196a6961fb7a115b48b2cbdf966ce (diff)
names for Notice_inbox source values
Diffstat (limited to 'classes')
-rw-r--r--classes/Notice_inbox.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/Notice_inbox.php b/classes/Notice_inbox.php
index 673e187c7..367a35f1f 100644
--- a/classes/Notice_inbox.php
+++ b/classes/Notice_inbox.php
@@ -25,6 +25,10 @@ require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
define('INBOX_CACHE_WINDOW', 101);
+define('NOTICE_INBOX_SOURCE_SUB', 1);
+define('NOTICE_INBOX_SOURCE_GROUP', 2);
+define('NOTICE_INBOX_SOURCE_GATEWAY', -1);
+
class Notice_inbox extends Memcached_DataObject
{
###START_AUTOCODE