Phpdoc comments and place holder. Part of the subpackage "maintenance", archives...
[lhc/web/wiklou.git] / maintenance / archives / rebuildRecentchanges.inc
index fa32e12..54f6cb3 100644 (file)
@@ -1,7 +1,13 @@
 <?php
-
-# Rebuild recent changes table.
-
+/**
+ * Rebuild recent changes table
+ *
+ * @deprecated
+ * @package MediaWiki
+ * @subpackage MaintenanceArchive
+ */
+
+/** */
 function rebuildRecentChangesTable()
 {
        $sql = "DROP TABLE IF EXISTS recentchanges";