Go to the source code of this file.
Variables | |
$wgTitle = Title::newFromText( "Rebuild brokenlinks script" ) | |
$wgDBuser = $wgDBadminuser | |
$wgDBpassword = $wgDBadminpassword | |
$n = 0 | |
$sql = "SELECT cur_namespace,cur_title,cur_id FROM cur" | |
$res = wfQuery( $sql, DB_WRITE ) | |
$tt = wfStrencode( $t ) | |
$any = false | |
$sql2 = "SELECT bl_from,cur_id,cur_namespace,cur_title FROM brokenlinks,cur WHERE bl_to='$tt' AND cur_id=bl_from" | |
$res2 = wfQuery( $sql2, DB_WRITE ) | |
$xt = $from->getPrefixedText() | |
$sql4 = "DELETE FROM linkscc" |
|
Definition at line 36 of file remove-brokenlinks.php. Referenced by importPage(). |
|
Definition at line 14 of file remove-brokenlinks.php. |
|
Definition at line 19 of file remove-brokenlinks.php. |
|
Definition at line 31 of file remove-brokenlinks.php. Referenced by rebuildRecentChangesTablePass2(), SearchEngine::showResults(), and wfSpecialContributions(). |
|
Definition at line 18 of file remove-brokenlinks.php. |
|
Definition at line 30 of file remove-brokenlinks.php. Referenced by LinksUpdate::fixBrokenLinks(), Database::insertArray(), rebuildRecentChangesTablePass2(), and wfSpecialRecentchanges(). |
|
Definition at line 52 of file remove-brokenlinks.php. |
|
Definition at line 28 of file remove-brokenlinks.php. |
|
Definition at line 9 of file remove-brokenlinks.php. |
|
Definition at line 8 of file remove-brokenlinks.php. |
|
Definition at line 6 of file remove-brokenlinks.php. |
|
Definition at line 34 of file remove-brokenlinks.php. Referenced by Phase2Importer::fixTitles(). |