You are here

function blockreference_disable in Block reference 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

./blockreference.install, line 31

Code

function blockreference_disable() {
  content_notify('disable', 'blockreference');
}