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