You are here

comment_box.install in Util 6.3

Same filename and directory in other branches
  1. 7 contribs/comment_box/comment_box.install

Install code for Comment Box add-on to Util.

File

contribs/comment_box/comment_box.install
View source
<?php

/**
 * @file
 * Install code for Comment Box add-on to Util.
 */
function comment_box_uninstall() {
  variable_del('comment_box_show_roles');
  variable_del('comment_box_show_perms');
}

Functions

Namesort descending Description
comment_box_uninstall @file Install code for Comment Box add-on to Util.