function comment_box_uninstall in Util 6.3
Same name and namespace in other branches
- 7 contribs/comment_box/comment_box.install \comment_box_uninstall()
@file Install code for Comment Box add-on to Util.
File
- contribs/
comment_box/ comment_box.install, line 8 - Install code for Comment Box add-on to Util.
Code
function comment_box_uninstall() {
variable_del('comment_box_show_roles');
variable_del('comment_box_show_perms');
}