You are here

function node_registration_attend_action in Node registration 7

Action handler: attended ON.

File

includes/node_registration.actions.inc, line 128
Actions, triggers and rules -- callbacks, definitions and hooks.

Code

function node_registration_attend_action($registration) {
  $registration->attended = 1;
}