function monolog_uninstall in Monolog 7
Same name and namespace in other branches
- 6 monolog.install \monolog_uninstall()
Implements hook_uninstall().
File
- ./
monolog.install, line 68 - Install, update, and uninstall functions for the Monolog module.
Code
function monolog_uninstall() {
variable_del('monolog_channel_profiles');
}