You are here

function activity_record_form in Activity 6.2

Form callback from trigger module.

File

./activity.module, line 876
Primarily Drupal hooks and global API functions to manipulate activity.

Code

function activity_record_form($params) {

  // This is called when an admin tries to configure an Activity Trigger, and
  // this should only be done in the admin/activity/build context.
  drupal_goto('admin/build/activity/configure/' . arg(4));
}