6a7,18
> 
> 
> 
> /**
>  * Implementation of hook_perm().
>  */
> function coherent_access_perm() {
>   return array('adjust editors & viewers');
> }
> 
> 
> 
24c36,38
<       coherent_access_shared_editing($form_id, $form);
---
> 		if(user_access('adjust editors & viewers')){
>       		coherent_access_shared_editing($form_id, $form);
> 		}
