You are here

function rolereference_install in Role Reference 6

Implementation of hook_install().

File

./rolereference.install, line 10

Code

function rolereference_install() {
  if (function_exists('content_notify')) {
    content_notify('install', 'rolereference');
  }
}