* (bug 1938) Fix normalization of character references in link text and
[lhc/web/wiklou.git] / maintenance / cleanupDupes.php
index c4e41fa..f75ea92 100644 (file)
  * If on the old non-unique indexes, check the cur table for duplicate
  * entries and remove them...
  *
+ * @author <brion@pobox.com>
  * @package MediaWiki
  * @subpackage Maintenance
  */
 
 $options = array( 'fix' );
 
-require_once( "commandLine.inc" );
-$wgTitle = Title::newFromText( "Dupe cur entry cleanup script" );
+/** */
+require_once( 'commandLine.inc' );
+$wgTitle = Title::newFromText( 'Dupe cur entry cleanup script' );
 
 checkDupes( isset( $options['fix'] ) );
 
@@ -87,5 +89,4 @@ function checkDupes( $fixthem = false ) {
                fixDupes( $fixthem );
        }
 }
-
 ?>
\ No newline at end of file