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