You are here

function scald_atom_add_wizard_cancel in Scald: Media Management made easy 7

Handle the 'cancel' click on the add/edit pane form wizard.

1 string reference to 'scald_atom_add_wizard_cancel'
scald_atom_add_page in includes/scald.pages.inc
Atom add page callback.

File

includes/scald.pages.inc, line 415
This file contains the various callbacks related to Scald defined pages.

Code

function scald_atom_add_wizard_cancel(&$form_state) {
  $form_state['cancel'] = TRUE;
}