diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-17 21:40:52 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-17 21:40:52 +0000 |
commit | 164588ef0fd2c9c9f1858f1d21d6758356ce7885 (patch) | |
tree | 2e5d5c9cc8adf07a1d610728dbfa201756884640 /classes/Notice_inbox.php | |
parent | af4b18b1e2ef8aded26fc4788c571012da04d1cf (diff) | |
parent | cd1361fe960eb3afbbdb34b14061b8475dea60c8 (diff) |
Merge branch '0.8.x' into userdesign
Diffstat (limited to 'classes/Notice_inbox.php')
-rw-r--r-- | classes/Notice_inbox.php | 4 |
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 |