r55887 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55886‎ | r55887 | r55888 >
Date:16:03, 6 September 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
removed another deprecated function
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php
@@ -256,18 +256,6 @@
257257
258258 /**
259259 * Process a query string in SMW's query language and return a formatted
260 - * result set as HTML text. A parameter array of key-value-pairs constrains
261 - * the query and determines the serialisation mode for results. The parameter
262 - * $context defines in what context the query is used, which affects ceretain
263 - * general settings.
264 - * @deprecated use SMWQueryProcessor::getResult()
265 - */
266 - static public function getResultHTML($querystring, $params, $context = SMWQueryProcessor::INLINE_QUERY) {
267 - return SMWQueryProcessor::getResultFromQueryString($querystring, $params, array(), SMW_OUTPUT_HTML, $context);
268 - }
269 -
270 - /**
271 - * Process a query string in SMW's query language and return a formatted
272260 * result set as specified by $outputmode. A parameter array of key-value-pairs
273261 * constrains the query and determines the serialisation mode for results. The
274262 * parameter $context defines in what context the query is used, which affects

Status & tagging log