r113912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113911‎ | r113912 | r113913 >
Date:13:09, 15 March 2012
Author:schuellersa
Status:new
Tags:
Comment:
Vorgehensweise // to test
Modified paths:
  • /trunk/extensions/SolrStore/templates/SolrSearchTemplate_FIS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SolrStore/templates/SolrSearchTemplate_FIS.php
@@ -187,7 +187,7 @@
188188 if ( isset( $this->methode[ $i ] ) ) {
189189 if ( $this->methode[ $i ] != "keine Angabe" ) { // FRAGEN !!
190190 if ( $i == 0 ) {
191 - $tmpmethode = "Vorgehensweise: " . $this->methode[ $i ];
 191+ $tmpmethode = "Vorgehensweise: " . $this->methode[ $i ]; // Wenn kein Inhalt ausgegeben wird, nehme Vorgehensweise
192192 } else {
193193 if ( isset( $this->methode[ $i ] ) ) {
194194 $tmpmethode.=", " . $this->methode[ $i ];
@@ -198,8 +198,8 @@
199199 }
200200 }
201201
202 - $textsnip = $this->mHighlightText = $tmpmethode; // . "->" . count( $this->methode );
203 - $this->makeHighlightText( $wgSolrFields, $textsnip ); // TEXTSNIP: Highlight the searching stuff:
 202+ //$textsnip = $this->mHighlightText = $tmpmethode;
 203+ //$this->makeHighlightText( $wgSolrFields, $textsnip ); // TEXTSNIP: Highlight the searching stuff:
204204 }
205205 }
206206

Status & tagging log