瀏覽代碼

! More old stuff we're not even displaying.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 年之前
父節點
當前提交
8b957ccece
共有 1 個文件被更改,包括 0 次插入4 次删除
  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'];