aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-25 16:59:26 -0800
committerfriendica <info@friendica.com>2012-12-25 16:59:26 -0800
commita4b7fe3b64cb076ceec6d128753b33bb713bccf9 (patch)
tree45a47415e0c7a595b20f1179492b8f3bc7231071 /include
parent2c958587001cde187e2202c7fe2a40bbe41875ca (diff)
parent56d0dbbc96c3020cf8b26112a25f3393d68b0844 (diff)
downloadvolse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.tar.gz
volse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.tar.bz2
volse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rw-r--r--include/group.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/group.php b/include/group.php
index fdcdc4416..6568af0c7 100644
--- a/include/group.php
+++ b/include/group.php
@@ -280,10 +280,9 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
function expand_groups($a) {
if(! (is_array($a) && count($a)))
return array();
+ stringify_array_elms($groups);
$groups = implode(',', $a);
-
$groups = dbesc($groups);
- stringify_array_elms($groups);
$r = q("SELECT xchan FROM `group_member` WHERE `gid` IN ( $groups )");
$ret = array();
if(count($r))