function send_to_help_page in Logout Tab 5
1 string reference to 'send_to_help_page'
- logouttab_menu in ./logouttab.module 
- Implementation of hook_menu().
File
- ./logouttab.module, line 44 
- Adds a logout tab to the profile area.
Code
function send_to_help_page($helpurl) {
  drupal_goto($path = $helpurl);
}