function cleaner_enable in Cleaner 6
Same name and namespace in other branches
- 5 cleaner.install \cleaner_enable()
Implementation of hook_enable().
File
- ./
cleaner.install, line 11 - Allows the admin to set a schedule for clearing caches and other stuff.
Code
function cleaner_enable() {
drupal_set_message(t('The Cleaner module settings are <a href="!url">here</a>.', array(
'!url' => url('admin/settings/cleaner'),
)));
}