function ajax_comments_update_7100 in AJAX Comments 7
Remove "View modes" settings.
File
- ./
ajax_comments.install, line 15
Code
function ajax_comments_update_7100(&$sandbox) {
variable_del('ajax_comments_view_modes');
}
Remove "View modes" settings.
function ajax_comments_update_7100(&$sandbox) {
variable_del('ajax_comments_view_modes');
}