From: Friendika Date: Sun, 21 Nov 2010 23:25:10 +0000 (-0800) Subject: add google buzz X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1630780e9d81a3e7cd41d76d7a6fa7b4c125edb;p=friendica.git add google buzz --- diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 9bbd6bcb47..d0952421ea 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -40,7 +40,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p $sql_extra = ''; if($privmail || $celeb) { - $sql_extra = sprintf(" AND `rel` = %d ", intval(REL_BUD)); + $sql_extra .= sprintf(" AND `rel` = %d ", intval(REL_BUD)); } if($privmail) @@ -49,7 +49,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p $o .= "