You are here

function gathercontent_set_project_id in GatherContent 7.2

Select project by ID and redirects to page selection.

1 string reference to 'gathercontent_set_project_id'
gathercontent_menu in ./gathercontent.module
Implements hook_menu().

File

includes/project.inc, line 62
Contains project select form.

Code

function gathercontent_set_project_id($project_id = 0) {
  variable_set('gathercontent_project_id', $project_id);
  drupal_goto('admin/config/content/gathercontent/pages');
}