You are here

function node_registration_verify_action in Node registration 7

Action handler: verified ON.

File

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

Code

function node_registration_verify_action($registration) {
  $registration->verified = 1;
}