From 188dc1fcf8be7476ca912e3e0cd7aa6cef0c9e8c Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 21 Sep 2010 19:51:08 -0700 Subject: relationship direction was too confusing to work with. instead of "in,out,both" it's now declared by role e.g. "vip,fan,bud". --- view/acl_selectors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/acl_selectors.php b/view/acl_selectors.php index 0366ab2a1..388b75ebb 100644 --- a/view/acl_selectors.php +++ b/view/acl_selectors.php @@ -38,7 +38,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p // to one recipient. By default our selector allows multiple selects amongst all contacts. if($privmail) { - $sql_extra = sprintf(" AND `rel` = %d ", intval(DIRECTION_BOTH)); + $sql_extra = sprintf(" AND `rel` = %d ", intval(REL_BUD)); $o .= "