You are here

function oa_adminrole_enable in Open Atrium Core 7.2

Implements hook_enable().

File

modules/oa_adminrole/oa_adminrole.module, line 28
This module simply gives the administrator role all node-based permissions every time the a new content-type is saved. Also supports the og_permissions

Code

function oa_adminrole_enable() {
  oa_adminrole_update_roles();
}