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