From b9e0a04c7d019e86caffa04e3aa12e5942fd0b2c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 25 Apr 2005 09:43:49 +0000 Subject: [PATCH] *gasp* --- includes/SpecialWhatlinkshere.php | 3 --- 1 file changed, 3 deletions(-) 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 ); -- 2.20.1