Fixed summary
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 27 Jun 2009 10:20:00 +0000 (10:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 27 Jun 2009 10:20:00 +0000 (10:20 +0000)
maintenance/populateLogSearch.php

index 3679f7e..fe8dc06 100644 (file)
@@ -1,9 +1,7 @@
 <?php
 /**
- * Makes the required database updates 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.
+ * Makes the required database updates for populating the
+ * log_search table retroactively
  *
  * @file
  * @ingroup Maintenance