comment_box.install in Util 6.3
Same filename and directory in other branches
Install code for Comment Box add-on to Util.
File
contribs/comment_box/comment_box.installView 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
|
Name |
Description |
|---|---|
| comment_box_uninstall | @file Install code for Comment Box add-on to Util. |