You are here

function fivestar_disable in Fivestar 6.2

Same name and namespace in other branches
  1. 6 fivestar.install \fivestar_disable()

Implementation of hook_disable().

File

./fivestar.install, line 40
Installation file for fivestar module.

Code

function fivestar_disable() {
  if (module_exists('content')) {
    content_notify('disable', 'fivestar');
  }
}