http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73611

Revision: 73611
Author:   yaron
Date:     2010-09-23 17:37:54 +0000 (Thu, 23 Sep 2010)

Log Message:
-----------
Small cosmetic fixes

Modified Paths:
--------------
    trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php
    trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.i18n.php

Modified: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php
===================================================================
--- trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php     
2010-09-23 17:36:24 UTC (rev 73610)
+++ trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php     
2010-09-23 17:37:54 UTC (rev 73611)
@@ -60,7 +60,7 @@
                        if ( is_null( $query_result ) ) {
                                $query_result = new SCQQueryResult( 
$next_result->getPrintRequests(), new SMWQuery(), $results, smwfGetStore() );
                        }
-                               
+                       
                        $result = self::getResultFromQueryResult( 
$query_result, $other_params, SMW_OUTPUT_WIKI );
                } else {
                        wfLoadExtensionMessages( 'SemanticMediaWiki' );
@@ -220,4 +220,4 @@
                return $result;
        }
        
-}
\ No newline at end of file
+}

Modified: 
trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.i18n.php
===================================================================
--- trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.i18n.php   
2010-09-23 17:36:24 UTC (rev 73610)
+++ trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.i18n.php   
2010-09-23 17:37:54 UTC (rev 73611)
@@ -1,12 +1,12 @@
 <?php
 /**
- * Internationalisation file for SemanticCompoundQueries extension.
+ * Internationalization file for SemanticCompoundQueries extension.
  *
  * @file
  * @ingroup Extensions
  */
 
-// FIXME: Can be enabled when new style magic words are used (introduced in 
r52503)
+// FIXME: Can be enabled when new-style magic words are used (introduced in 
r52503)
 // require_once( dirname( __FILE__ ) . 
'/SemanticCompoundQueries.i18n.magic.php' );
 
 $messages = array();



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to