Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php |
— | — | @@ -256,18 +256,6 @@ |
257 | 257 | |
258 | 258 | /** |
259 | 259 | * 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 |
272 | 260 | * result set as specified by $outputmode. A parameter array of key-value-pairs |
273 | 261 | * constrains the query and determines the serialisation mode for results. The |
274 | 262 | * parameter $context defines in what context the query is used, which affects |