some work on mod group

This commit is contained in:
Mario
2018-06-17 16:58:12 +02:00
parent 9e29c13678
commit 9c5df51141
11 changed files with 181 additions and 171 deletions

View File

@@ -279,14 +279,6 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
}
$groups = array();
$groups[] = array(
'text' => t('All Channels'),
'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
'href' => $every . (($every === 'network') ? '?f=&gid=0' : ''),
);
$r = q("SELECT * FROM groups WHERE deleted = 0 AND uid = %d ORDER BY gname ASC",
intval($_SESSION['uid'])