Restore all the search messages destroyed by r42366
[lhc/web/wiklou.git] / maintenance / fixUserRegistration.php
index 471ef05..eb5b7f7 100644 (file)
@@ -2,6 +2,9 @@
 /**
  * Fix the user_registration field.
  * In particular, for values which are NULL, set them to the date of the first edit
+ *
+ * @file
+ * @ingroup Maintenance
  */
 
 require_once( 'commandLine.inc' );
@@ -28,4 +31,4 @@ while ( $row = $dbr->fetchObject( $res ) ) {
 }
 print "\n";
 
-?>
+