You are here

function gathercontent_import_cancel in GatherContent 7

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

1 string reference to 'gathercontent_import_cancel'
gathercontent_import in ./gathercontent.module
Import wizard, built with CTools multistep form wizard.

File

./gathercontent.module, line 205
Imports pages from GatherContent (http://gathercontent.com/) into Drupal as nodes.

Code

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