Follow up on r41679. Rebuild message files and register new messages, with ignored...
[lhc/web/wiklou.git] / maintenance / cleanupDupes.inc
index ce1ffc6..bb40800 100644 (file)
@@ -21,7 +21,8 @@
  * If on the old non-unique indexes, check the cur table for duplicate
  * entries and remove them...
  *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
  */
 
 function fixDupes( $fixthem = false) {
@@ -125,5 +126,3 @@ function checkDupes( $fixthem = false, $indexonly = false ) {
                }
        }
 }
-
-?>