function flag_heartbeat_init in Heartbeat 6.3
Implementation of hook_init().
File
- modules/
flag_heartbeat/ flag_heartbeat.module, line 12 - Provides flag integration on heartbeat messages.
Code
function flag_heartbeat_init() {
include 'class.flag_heartbeat_message.inc';
}