You are here

function heartbeat_messages_add in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 heartbeat.admin.inc \heartbeat_messages_add()

Function to maintain and administer heartbeat messages

Return value

settingsform

1 string reference to 'heartbeat_messages_add'
heartbeat_menu in ./heartbeat.module
Implementation of hook_menu().

File

./heartbeat.admin.inc, line 143

Code

function heartbeat_messages_add(&$form_state, $edit = array()) {
  return heartbeat_messages_edit($form_state, 0, $edit);
}