You are here

function simplenews_roles_init in Simplenews Roles 6

Same name and namespace in other branches
  1. 6.2 simplenews_roles.module \simplenews_roles_init()

Implementation of hook_init().

File

./simplenews_roles.module, line 16

Code

function simplenews_roles_init() {
  module_load_include('module', 'simplenews', 'simplenews');
}