add manage privacy groups entry to the panel channel menu dropdown for now

This commit is contained in:
Mario Vavti
2018-06-01 21:52:54 +02:00
parent 56f0244360
commit 22a9e4c9a9
3 changed files with 8 additions and 15 deletions

View File

@@ -27,6 +27,8 @@ class Forums {
$x1 = q("select xchan from abconfig where chan = %d and cat = 'their_perms' and k = 'send_stream' and v = '0'",
intval(local_channel())
);
//print_r($x1);killme();
if($x1) {
$xc = ids_to_querystr($x1,'xchan',true);