function login_destination_submit in Login Destination 7
Helper submit function.
1 string reference to 'login_destination_submit'
- login_destination_form_alter in ./
login_destination.module - Implements hook_form_alter().
File
- ./
login_destination.module, line 226 - Control where users are directed to, once they login
Code
function login_destination_submit($form, &$form_state) {
login_destination_perform_redirect('login');
}