repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused parameter
[mediawiki.git]
/
maintenance
/
convertLinks.php
blob
e86d1e7cccc300e4f840c3b4bf12b1d3cf605c3d
1
<
?php
2
/**
3
* Convert from the old links schema (string->ID) to the new schema (ID->ID)
4
* The wiki should be put into read-only mode while this script executes
5
*
6
* @file
7
* @ingroup Maintenance
8
*/
9
10
/** */
11
require_once
(
"commandLine.inc"
);
12
require_once
(
"convertLinks.inc"
);
13
14
convertLinks
();