*Use appropriate comment
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 21 Apr 2007 21:44:19 +0000 (21:44 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 21 Apr 2007 21:44:19 +0000 (21:44 +0000)
maintenance/updateRestrictions.php

index 5a9d42b..f216ea3 100644 (file)
@@ -1,7 +1,10 @@
 <?php
 
 /*
- * Makes the required database changes for the CheckUser extension
+ * Makes the required database changes for Special:ProtectedPages
+ * to show all protected pages, even ones before the page restrictions
+ * schema change. All remaining page_restriction column values are moved
+ * to the new table.
  */
 
 define( 'BATCH_SIZE', 100 );