X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FSpecialUncategorizedpages.php;h=7db623d4cf562ee3f6ade749e8e0a29e8fe50a41;hb=228f097d954469673634ea47c08ccc9adddca7dd;hp=dbf23a60d42ac31ea496885fd784b33d607b4ce5;hpb=a474761d9a03ccb7a7736c97b897268c7efe0e29;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialUncategorizedpages.php b/includes/SpecialUncategorizedpages.php index dbf23a60d4..7db623d4cf 100644 --- a/includes/SpecialUncategorizedpages.php +++ b/includes/SpecialUncategorizedpages.php @@ -1,14 +1,12 @@ tableNamesN( 'page', 'categorylinks' ); $name = $dbr->addQuotes( $this->getName() ); @@ -55,5 +53,3 @@ function wfSpecialUncategorizedpages() { return $lpp->doQuery( $offset, $limit ); } - -?>