From ce515ac2e815cf6c392691743393ea6ebc42c832 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 16 Aug 2010 19:38:07 -0700 Subject: prepare for federation --- boot.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 7754ad1f4..5d476649d 100644 --- a/boot.php +++ b/boot.php @@ -10,10 +10,10 @@ define ( 'REGISTER_CLOSED', 0); define ( 'REGISTER_APPROVE', 1); define ( 'REGISTER_OPEN', 2); -define ( 'DIRECTION_ANY', 0); -define ( 'DIRECTION_IN', 1); -define ( 'DIRECTION_OUT', 2); -define ( 'DIRECTION_BOTH', 3); +define ( 'DIRECTION_NONE', 0); // No relationship +define ( 'DIRECTION_IN', 1); // VIP e.g. has FAN +define ( 'DIRECTION_OUT', 2); // FAN to a VIP +define ( 'DIRECTION_BOTH', 3); // Mutual Friends define ( 'NOTIFY_INTRO', 0x0001 ); define ( 'NOTIFY_CONFIRM', 0x0002 ); -- cgit v1.2.3