From: Tim Starling Date: Mon, 25 Apr 2005 09:43:49 +0000 (+0000) Subject: *gasp* X-Git-Tag: 1.5.0alpha1~144 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b9e0a04c7d019e86caffa04e3aa12e5942fd0b2c;p=lhc%2Fweb%2Fwiklou.git *gasp* --- diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index 879b4ae267..8b363b8339 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -44,9 +44,6 @@ function wfSpecialWhatlinkshere($par = NULL) { extract( $dbr->tableNames( 'page', 'brokenlinks', 'links' ) ); if ( 0 == $id ) { - print $dbr->limitResult( $limit, $offset ); - exit; - $sql = "SELECT page_id,page_namespace,page_title,page_is_redirect FROM $brokenlinks,$page WHERE bl_to='" . $dbr->strencode( $nt->getPrefixedDBkey() ) . "' AND bl_from=page_id " . $dbr->limitResult( $limit, $offset );