From f04e2e70447e433bdc6acb2094fd988a995d1c08 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 18:22:58 -0700 Subject: edit group links on network page --- include/group.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/group.php') diff --git a/include/group.php b/include/group.php index 5001cf53e..065c2241f 100644 --- a/include/group.php +++ b/include/group.php @@ -135,7 +135,7 @@ function group_public_members($gid) { -function group_side($every="contacts",$each="group") { +function group_side($every="contacts",$each="group",$edit = false) { $o = ''; @@ -165,7 +165,7 @@ EOT; ); if(count($r)) { foreach($r as $rr) - $o .= "
  • {$rr['name']}
  • \r\n"; + $o .= ' \r\n"; } $o .= " \r\n \r\n"; -- cgit v1.2.3