inactive_user_cron |
./inactive_user.module |
Implementation of hook_cron |
|
|
inactive_user_custom_settings |
./inactive_user.module |
Custom settings page: menu callback
(we're using a custom callback to enable a nicer menu title, without underscore |
|
1 |
inactive_user_custom_settings_validate |
./inactive_user.module |
|
|
|
inactive_user_install |
./inactive_user.install |
Implementation of hook_install(). |
|
|
inactive_user_menu |
./inactive_user.module |
Implementation of hook_menu |
|
|
inactive_user_perm |
./inactive_user.module |
Implementation of hook_perm |
|
|
inactive_user_uninstall |
./inactive_user.install |
Implemenation of hook_uninstall(). |
|
|
inactive_user_upgrade_5000 |
./inactive_user.install |
Change to more appropriate, smaller data types in MySQL. |
|
|
inactive_user_user |
./inactive_user.module |
Implementation of hook_user |
|
|
_format_interval |
./inactive_user.module |
Slighty modified from format_interval() in common.inc to include months |
1 |
1 |
_inactive_user_admin_mail |
./inactive_user.module |
Get administrator e-mail address(es) |
2 |
|
_inactive_user_mail |
./inactive_user.module |
Wrapper for user_mail |
1 |
|
_inactive_user_mail_text |
./inactive_user.module |
Some default e-mail notification strings |
2 |
|
_inactive_user_with_content |
./inactive_user.module |
Returns 1 if the user has ever created a node or a comment
The settings of inactive_user.module allow to protect such users from deletion |
1 |
|