You are here

function gathercontent_import_content_type_submit in GatherContent 7

Form submit handler.

File

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

Code

function gathercontent_import_content_type_submit($form, &$form_state) {
  variable_set('gathercontent_content_type', $form_state['values']['gathercontent_content_type']);
}