You are here

fasttoggle_comment.install in Fasttoggle 7

The installation file for fasttoggle_comment.module.

File

module/fasttoggle_comment/fasttoggle_comment.install
View source
<?php

/**
 * @file
 * The installation file for fasttoggle_comment.module.
 */

/**
 * Implements hook_uninstall().
 */
function fasttoggle_comment_uninstall() {
  variable_del('fasttoggle_comment_status_settings');
  variable_del('fasttoggle_comments_rw_only');
}

Functions