only show jotnets when posting conversation items
This commit is contained in:
@@ -207,7 +207,7 @@ function chat_content(&$a) {
|
||||
'$header' => t('New Chatroom'),
|
||||
'$name' => array('room_name',t('Chatroom Name'),'', ''),
|
||||
'$permissions' => t('Permissions'),
|
||||
'$acl' => populate_acl($channel_acl),
|
||||
'$acl' => populate_acl($channel_acl,false),
|
||||
'$submit' => t('Submit')
|
||||
));
|
||||
return $o;
|
||||
|
||||
Reference in New Issue
Block a user