diff options
author | Friendika <info@friendika.com> | 2011-07-01 18:21:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-01 18:21:55 -0700 |
commit | 9534e335aa3e6897c4714086a71e8c4df088f035 (patch) | |
tree | 7eaf32d66b880a6538d9adccc76ea47a6fecda6f /boot.php | |
parent | d28d2ff440efba47ad65cf28eab4be96e0ea05b2 (diff) | |
download | volse-hubzilla-9534e335aa3e6897c4714086a71e8c4df088f035.tar.gz volse-hubzilla-9534e335aa3e6897c4714086a71e8c4df088f035.tar.bz2 volse-hubzilla-9534e335aa3e6897c4714086a71e8c4df088f035.zip |
doco
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,9 +56,9 @@ define ( 'REGISTER_OPEN', 2 ); * this relationship with contact['name'] */ -define ( 'REL_VIP', 1); -define ( 'REL_FAN', 2); -define ( 'REL_BUD', 3); +define ( 'REL_VIP', 1); // other person is 'following' us +define ( 'REL_FAN', 2); // we are 'following' other person +define ( 'REL_BUD', 3); // mutual relationship /** * Hook array order |