Go to the source code of this file.
Functions | |
isInactiveAccount ($id, $master=false) | |
Could the specified user account be deemed inactive? (No edits, no deleted edits, no log entries, no current/old uploads). | |
showHelp () | |
Show help for the maintenance script. |
Definition in file removeUnusedAccounts.inc.
isInactiveAccount | ( | $ | id, | |
$ | master = false | |||
) |
Could the specified user account be deemed inactive? (No edits, no deleted edits, no log entries, no current/old uploads).
$id | User's ID | |
$master | Perform checking on the master |
Definition at line 19 of file removeUnusedAccounts.inc.
showHelp | ( | ) |