Index: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | |
69 | 69 | if ( version_compare( SMW_VERSION, '1.6.1', '>' ) ) { |
70 | 70 | $printeouts = $next_result->getPrintRequests(); |
71 | | - SMWQueryProcessor::addThisPrinteout( $printeouts, $other_params ); |
| 71 | + SMWQueryProcessor::addThisPrintout( $printeouts, $other_params ); |
72 | 72 | $other_params = parent::getProcessedParams( $other_params, $printeouts ); |
73 | 73 | } |
74 | 74 | |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | wfProfileIn( 'SCQQueryProcessor::getQueryResultFromQueryString' ); |
183 | 183 | |
184 | 184 | if ( version_compare( SMW_VERSION, '1.6.1', '>' ) ) { |
185 | | - SMWQueryProcessor::addThisPrinteout( $extraprintouts, $params ); |
| 185 | + SMWQueryProcessor::addThisPrintout( $extraprintouts, $params ); |
186 | 186 | $params = self::getProcessedParams( $params, $extraprintouts, false ); |
187 | 187 | } |
188 | 188 | |