function userone_help in User One 6
Same name and namespace in other branches
- 8 userone.module \userone_help()
- 7 userone.module \userone_help()
Implementation of hook_help().
File
- ./
userone.module, line 13 - User One module.
Code
function userone_help($path, $arg) {
switch ($path) {
case 'admin/help#userone':
return t('Allows first user to log in with a login name different from user name.');
}
}