function fivestar_disable in Fivestar 6
Same name and namespace in other branches
- 6.2 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');
}
}