Remove some unneeded whitespace
authorSam Reed <reedy@users.mediawiki.org>
Mon, 23 Aug 2010 22:18:05 +0000 (22:18 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 23 Aug 2010 22:18:05 +0000 (22:18 +0000)
includes/api/ApiParse.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryPageProps.php

index 6686857..f5e520a 100644 (file)
@@ -235,7 +235,7 @@ class ApiParse extends ApiBase {
 
                        $scripts = array( $out->getHeadScripts( $userSkin ) );
 
-                       $result_array['headitems'] = array_merge( $headItems , $css, $scripts );
+                       $result_array['headitems'] = array_merge( $headItems, $css, $scripts );
                }
 
                if ( isset( $prop['headhtml'] ) ) {
index 761db97..1734888 100644 (file)
@@ -76,7 +76,6 @@ class ApiQueryAllpages extends ApiQueryGeneratorBase {
                $to = ( is_null( $params['to'] ) ? null : $this->titlePartToKey( $params['to'] ) );
                $this->addWhereRange( 'page_title', $dir, $from, $to );
                
-
                if ( isset( $params['prefix'] ) ) {
                        $this->addWhere( 'page_title' . $db->buildLike( $this->titlePartToKey( $params['prefix'] ), $db->anyString() ) );
                }
index 1628492..858f08a 100644 (file)
@@ -69,8 +69,6 @@ class ApiQueryPageProps extends ApiQueryBase {
                        }
                }
 
-               
-
                foreach ( $this->everything as $pageid => $title ) {
                        $pageInfo = $this->extractPageInfo( $pageid, $title, $this->params['prop'] );
                        $fit = $result->addValue( array(