3 * Rebuild interwiki table using the file on meta and the language list
7 * @subpackage Maintenance
13 $optionsWithArgs = array( "o" );
14 include_once( "commandLine.inc" );
15 include_once( "dumpInterwiki.inc" );
19 if ( isset( $options['o'] ) ) {
20 # To database specified with -o
21 $dbFile = dba_open( $options['o'], "n", "cdb_make" );
24 getRebuildInterwikiDump();