function neutral_paths_admin_submit_reset_user in Neutral paths 7
Responds to a command to reset user paths language.
File
- ./
neutral_paths.module, line 143 - Neutral paths.
Code
function neutral_paths_admin_submit_reset_user($form, &$form_state) {
_neutral_paths_set_all_to_neutral('user');
}