Parcourir la source

! More old stuff we're not even displaying.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer il y a 11 ans
Parent
commit
8b957ccece
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      Sources/Search.php

+ 0 - 4
Sources/Search.php

@@ -2048,10 +2048,6 @@ function prepareSearchContext($reset = false)
 			'link' => '<a href="' . $scripturl . '#c' . $message['id_cat'] . '">' . $message['cat_name'] . '</a>'
 		)
 	));
-	determineTopicClass($output);
-
-	if ($output['posted_in'])
-		$output['class'] = 'my_' . $output['class'];
 
 	$body_highlighted = $message['body'];
 	$subject_highlighted = $message['subject'];