Handle automatic reassignment of edits from duplicate accounts to the main
[lhc/web/wiklou.git] / maintenance / clear_pcache_stats.php
index 6d5e1f3..9cb25f5 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
+
+/** */
 require_once('commandLine.inc');
 
 foreach ( $wgLocalDatabases as $db ) {
@@ -8,6 +14,7 @@ foreach ( $wgLocalDatabases as $db ) {
        noisyDelete("$db:stats:pcache_miss_absent");
 }
 
+/** @todo document */
 function noisyDelete( $key ) {
        global $wgMemc;
        /*
@@ -19,4 +26,4 @@ function noisyDelete( $key ) {
        }*/
        $wgMemc->delete($key);
 }
-?>
+?>
\ No newline at end of file