function usertabs_drupal_goto_alter in User Tabs 7
File
- ./
usertabs.module, line 62 - usertabs.module
Code
function usertabs_drupal_goto_alter(&$path, $options, $response_code) {
_update_user_edit_path($path);
}
function usertabs_drupal_goto_alter(&$path, $options, $response_code) {
_update_user_edit_path($path);
}