Index: trunk/phase3/maintenance/refreshLinks.php |
— | — | @@ -251,6 +251,7 @@ |
252 | 252 | 'categorylinks' => 'cl_from', |
253 | 253 | 'templatelinks' => 'tl_from', |
254 | 254 | 'externallinks' => 'el_from', |
| 255 | + 'iwlinks' => 'iwl_from', |
255 | 256 | ); |
256 | 257 | |
257 | 258 | foreach ( $linksTables as $table => $field ) { |