From: Ævar Arnfjörð Bjarmason Date: Fri, 30 Sep 2005 15:31:26 +0000 (+0000) Subject: * Whitespace X-Git-Tag: 1.6.0~1560 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=8d8808f391d4f0a5c430dfacab5da9bf04a71379;p=lhc%2Fweb%2Fwiklou.git * Whitespace --- diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 3b24cc2a1d..c23e4616a9 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -51,7 +51,7 @@ class NewPagesPage extends QueryPage { page_latest as rev_id FROM $recentchanges,$page WHERE rc_cur_id=page_id AND rc_new=1 - AND rc_namespace=".NS_MAIN." AND page_is_redirect=0"; + AND rc_namespace=".NS_MAIN." AND page_is_redirect=0"; } function formatResult( $skin, $result ) {