You are here

function path_redirect_edit_submit in Path redirect 5

File

./path_redirect.module, line 331

Code

function path_redirect_edit_submit($form_id, &$form_values) {
  path_redirect_save($form_values);
  drupal_set_message(t('Redirect has been saved.'));
  drupal_goto('admin/build/path-redirect');
}