function advuser_help in Advanced User 5
Same name and namespace in other branches
- 6.3 advuser.module \advuser_help()
 - 7.3 advuser.module \advuser_help()
 
hook_help implementation
File
- ./
advuser.module, line 58  
Code
function advuser_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Advanced user management module. Filter users and mass actions based on their filters.');
  }
}