Go to the source code of this file.
Functions | |
deleteRevisions ($id, &$dbw) | |
Delete one or more revisions from the database Do this inside a transaction. | |
showUsage () | |
Spit out script usage information and exit. |
Definition in file deleteOrphanedRevisions.inc.php.
deleteRevisions | ( | $ | id, | |
&$ | dbw | |||
) |
Delete one or more revisions from the database Do this inside a transaction.
$id | Array of revision id values | |
$db | Database class (needs to be a master) |
Definition at line 18 of file deleteOrphanedRevisions.inc.php.
References $dbw.
showUsage | ( | ) |
Spit out script usage information and exit.
Definition at line 27 of file deleteOrphanedRevisions.inc.php.