flatcomments_existing.install in Flatcomments 6.2
Same filename and directory in other branches
(Un)Install, (dis)enable, and update functions.
File
flatcomments_existing/flatcomments_existing.installView source
<?php
/**
* @file
* (Un)Install, (dis)enable, and update functions.
*/
/**
* Implementation of hook_enable().
*/
function flatcomments_existing_enable() {
drupal_set_message(t('Flatcomments Existing successfully installed. Go to <a href="!url">admin/content/comment/flatten</a> to flatten existing comments.', array(
'!url' => url('admin/content/comment/flatten'),
)));
}
Functions
Name | Description |
---|---|
flatcomments_existing_enable | Implementation of hook_enable(). |