function activity_comments_uninstall in Activity 7
Same name and namespace in other branches
- 6.2 activity_comments/activity_comments.install \activity_comments_uninstall()
Implements hook_uninstall().
File
- activity_comments/
activity_comments.install, line 95 - Install, update and uninstall functions for the activity_comments module.
Code
function activity_comments_uninstall() {
// TODO The drupal_(un)install_schema functions are called automatically in D7.
// drupal_uninstall_schema('activity_comments')
}