You are here

function blockreference_enable in Block reference 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./blockreference.install, line 22

Code

function blockreference_enable() {
  content_notify('enable', 'blockreference');
}