You are here

flatcomments_existing.install in Flatcomments 6.2

Same filename and directory in other branches
  1. 6 flatcomments_existing/flatcomments_existing.install

(Un)Install, (dis)enable, and update functions.

File

flatcomments_existing/flatcomments_existing.install
View 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

Namesort descending Description
flatcomments_existing_enable Implementation of hook_enable().