aboutsummaryrefslogtreecommitdiffstats
path: root/include/acl_selectors.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-06 00:16:13 -0800
committerfriendica <info@friendica.com>2011-12-06 00:16:13 -0800
commitbe8e9d36160d8a45bb11c3ab9ecdbf0c4f5cdf7d (patch)
tree9bad78a28b7c7fc77b25741018d4fda5f11eb9d3 /include/acl_selectors.php
parent47f369e052d296f4a744c1508efc58f6168b7e8b (diff)
downloadvolse-hubzilla-be8e9d36160d8a45bb11c3ab9ecdbf0c4f5cdf7d.tar.gz
volse-hubzilla-be8e9d36160d8a45bb11c3ab9ecdbf0c4f5cdf7d.tar.bz2
volse-hubzilla-be8e9d36160d8a45bb11c3ab9ecdbf0c4f5cdf7d.zip
d* pm
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r--include/acl_selectors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index 66fe104ea..d8f530daf 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -167,7 +167,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p
}
if($privmail) {
- $sql_extra .= " AND `network` IN ( 'dfrn' ) ";
+ $sql_extra .= " AND `network` IN ( 'dfrn', 'dspr' ) ";
}
elseif($privatenet) {
$sql_extra .= " AND `network` IN ( 'dfrn', 'mail', 'face', 'dspr' ) ";