Restore all the search messages destroyed by r42366
[lhc/web/wiklou.git] / maintenance / initStats.inc
index 673742e..d098bc3 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @file
+ * @ingroup Maintenance
+ */
 
 function wfInitStats( $options=array() ) {
        $dbr = wfGetDB( DB_SLAVE );
@@ -51,5 +55,3 @@ function wfInitStats( $options=array() ) {
 
        echo( "done.\n" );
 }
-
-?>
\ No newline at end of file