function gathercontent_project_form_submit in GatherContent 7.2
Form submission handler for gathercontent_project_form().
File
- includes/
project.inc, line 54 - Contains project select form.
Code
function gathercontent_project_form_submit($form, &$form_state) {
variable_set('gathercontent_project_id', $form_state['values']['gathercontent_project_id']);
drupal_goto('admin/config/content/gathercontent/pages');
}