You are here

function workspace_list_form_reset in Workspace 7

1 string reference to 'workspace_list_form_reset'
workspace_list_form in ./workspace.module

File

./workspace.module, line 744
Presents a user-centric view of content.

Code

function workspace_list_form_reset($form, &$form_state) {
  $account_id = $form_state['values']['account_id'];
  drupal_goto('workspace/' . $account_id . '/content');
}