(bug 17964) Don't make namespaceDupes fail if someone actually has an empty interwiki...
[lhc/web/wiklou.git] / maintenance / deleteRevision.php
index af97260..0c203ab 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+/**
+ * Delete one or more revisions by moving them to the archive table.
+ *
+ * @file
+ * @ingroup Maintenance
+ */
+
 require_once( 'commandLine.inc' );
 
 $dbw = wfGetDB( DB_MASTER );
@@ -37,4 +44,4 @@ foreach ( $args as $revID ) {
 }
 
 print "Deleted $affected revisions\n";
-?>
+