You are here

function rolereference_enable in Role Reference 6

Implementation of hook_enable().

File

./rolereference.install, line 25

Code

function rolereference_enable() {
  content_notify('enable', 'rolereference');
}