add manage privacy groups entry to the panel channel menu dropdown for now
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user