You are here

function regcode_mailer_regcode_action_gotomail in Registration codes 6

Redirect to the mail page

1 string reference to 'regcode_mailer_regcode_action_gotomail'
regcode_mailer_regcode_filters in regcode_mailer/regcode_mailer.module
Implements hook_regcode_filters()

File

regcode_mailer/regcode_mailer.module, line 146

Code

function regcode_mailer_regcode_action_gotomail() {
  drupal_goto('admin/user/regcodes/mail');
}