ajax_comments.install in AJAX Comments 7
Same filename and directory in other branches
File
ajax_comments.installView source
<?php
/**
* Implements hook_uninstall().
*/
function ajax_comments_uninstall() {
variable_del('ajax_comments_node_types');
variable_del('ajax_comments_notify');
variable_del('ajax_comments_disable_scroll');
}
/**
* Remove "View modes" settings.
*/
function ajax_comments_update_7100(&$sandbox) {
variable_del('ajax_comments_view_modes');
}
Functions
Name | Description |
---|---|
ajax_comments_uninstall | Implements hook_uninstall(). |
ajax_comments_update_7100 | Remove "View modes" settings. |