function heartbeat_comments_uninstall in Heartbeat 6.4
Implementation of hook_uninstall().
File
- modules/
heartbeat_comments/ heartbeat_comments.install, line 19 - Installation file for heartbeat comments by Stalski - Menhir - www.menhir.be
Code
function heartbeat_comments_uninstall() {
drupal_uninstall_schema('heartbeat_comments');
}