You are here

function node_registration_unverify_action in Node registration 7

Action handler: verified OFF.

File

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

Code

function node_registration_unverify_action($registration) {
  $registration->verified = 0;
}