Index: trunk/extensions/WikimediaMaintenance/dumpInterwiki.php |
— | — | @@ -278,7 +278,7 @@ |
279 | 279 | $entry['iw_prefix'] = $this->prefixRewrites[$source][$entry['iw_prefix']]; |
280 | 280 | } |
281 | 281 | if ( !array_key_exists( "iw_local", $entry ) ) { |
282 | | - $entry["iw_local"] = 0; |
| 282 | + $entry["iw_local"] = null; |
283 | 283 | } |
284 | 284 | if ( !array_key_exists( "iw_url", $entry ) ) { |
285 | 285 | $entry["iw_url"] = ''; |