You are here

function og_node_type_update in Organic groups 7

Implement hook_node_type_update().

File

./og.module, line 863
Enable users to create and manage groups with roles and permissions.

Code

function og_node_type_update($info) {
  og_node_type_save($info->type);
}