r22087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22086‎ | r22087 | r22088 >
Date:21:17, 10 May 2007
Author:aaron
Status:old
Tags:
Comment:
*opps, fix doc comment
Modified paths:
  • /trunk/phase3/maintenance/deleteArchivedRevisions.inc (modified) (history)
  • /trunk/phase3/maintenance/deleteArchivedRevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/deleteArchivedRevisions.inc
@@ -4,7 +4,7 @@
55 * Support functions for the deleteOldRevisions script
66 *
77 * @addtogroup Maintenance
8 - * @author Rob Church <robchur@gmail.com>
 8+ * @author Aaron Schulz
99 */
1010
1111 require_once( 'purgeOldText.inc' );
Index: trunk/phase3/maintenance/deleteArchivedRevisions.php
@@ -4,7 +4,7 @@
55 * Delete old (non-current) revisions from the database
66 *
77 * @addtogroup Maintenance
8 - * @author Rob Church <robchur@gmail.com>
 8+ * @author Aaron Schulz
99 */
1010
1111 $options = array( 'delete', 'help' );