X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPrefixindex.php;h=d92010a4b86f48ff5ed444eff4996b383235c82c;hb=c54766586acab549f186e81eeab259845112809d;hp=2e67e2b54c294eed55ce79e7707f1d1785d1356d;hpb=723a59730757cf31629027a567785145c5c131fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 2e67e2b54c..d92010a4b8 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -102,7 +102,10 @@ class SpecialPrefixindex extends SpecialAllPages { */ protected function namespacePrefixForm( $namespace = NS_MAIN, $from = '' ) { $out = Xml::openElement( 'div', array( 'class' => 'namespaceoptions' ) ); - $out .= Xml::openElement( 'form', array( 'method' => 'get', 'action' => $this->getConfig()->get( 'Script' ) ) ); + $out .= Xml::openElement( + 'form', + array( 'method' => 'get', 'action' => $this->getConfig()->get( 'Script' ) ) + ); $out .= Html::hidden( 'title', $this->getPageTitle()->getPrefixedText() ); $out .= Xml::openElement( 'fieldset' ); $out .= Xml::element( 'legend', null, $this->msg( 'allpages' )->text() ); @@ -177,7 +180,7 @@ class SpecialPrefixindex extends SpecialAllPages { list( $namespace, $prefixKey, $prefix ) = $prefixList; list( /* $fromNS */, $fromKey, ) = $fromList; - ### @todo FIXME: Should complain if $fromNs != $namespace + # ## @todo FIXME: Should complain if $fromNs != $namespace $dbr = wfGetDB( DB_SLAVE ); @@ -202,7 +205,7 @@ class SpecialPrefixindex extends SpecialAllPages { ) ); - ### @todo FIXME: Side link to previous + # ## @todo FIXME: Side link to previous $n = 0; if ( $res->numRows() > 0 ) {