Replace the call to action=raw with a couple API calls for the main
[lhc/web/wiklou.git] / maintenance / populateLogUsertext.php
index 99aedf2..c775aa5 100644 (file)
@@ -1,17 +1,17 @@
-<?php\r
-/**\r
- * Makes the required database updates for Special:ProtectedPages\r
- * to show all protected pages, even ones before the page restrictions\r
- * schema change. All remaining page_restriction column values are moved\r
- * to the new table.\r
- *\r
- * @file\r
- * @ingroup Maintenance\r
- */\r
-\r
-require_once 'commandLine.inc';\r
-require_once 'populateLogUsertext.inc';\r
-       \r
-$db =& wfGetDB( DB_MASTER );\r
-\r
-populate_logusertext( $db );\r
+<?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.
+ *
+ * @file
+ * @ingroup Maintenance
+ */
+
+require_once 'commandLine.inc';
+require_once 'populateLogUsertext.inc';
+       
+$db =& wfGetDB( DB_MASTER );
+
+populate_logusertext( $db );