Go to the source code of this file.
Variables | |
$options = array( 'help', 'delete' ) | |
$fname = 'removeUnusedAccounts' | |
if (isset($options['help'])) | |
$del = array() | |
$dbr = wfGetDB( DB_SLAVE ) | |
$res = $dbr->select( 'user', array( 'user_id', 'user_name', 'user_touched' ), '', $fname ) | |
if(isset($options['ignore-touched'])) while($row=$dbr->fetchObject($res)) | $count = count( $del ) |
Definition in file removeUnusedAccounts.php.
Definition at line 54 of file removeUnusedAccounts.php.
$dbr = wfGetDB( DB_SLAVE ) |
Definition at line 25 of file removeUnusedAccounts.php.
$del = array() |
Definition at line 24 of file removeUnusedAccounts.php.
Referenced by TableDiffFormatter::_changed(), SpecialRevisionDelete::archivedfileLine(), SpecialRevisionDelete::fileLine(), LinksUpdate::getLinkDeletions(), LogEventsList::getShowHideLinks(), LinksUpdate::getTemplateDeletions(), SpecialRevisionDelete::historyLine(), PageHistory::historyLine(), ImageHistoryList::imageHistoryLine(), LogEventsList::logLine(), and reassignEdits().
$fname = 'removeUnusedAccounts' |
Definition at line 15 of file removeUnusedAccounts.php.
$options = array( 'help', 'delete' ) |
Definition at line 11 of file removeUnusedAccounts.php.
$res = $dbr->select( 'user', array( 'user_id', 'user_name', 'user_touched' ), '', $fname ) |
Definition at line 26 of file removeUnusedAccounts.php.
if(isset($options['help'])) |
Definition at line 17 of file removeUnusedAccounts.php.