showthreaded.php

Does this make sense in that order?

Code
// ------------------------------------------------------------------
// If we came from the search engine then we bold the search keywords
if ( ($Search == "true") && ($Words) ){
[:"red"]	$searchwords = str_replace(".","",$searchwords);[/]
	$searchwords = preg_quote($Words);
	$searchwords = preg_replace("/\//","",$searchwords);
	$searchwords = split(" +",$searchwords);


Already found the same code somewhere in another file.

Last edited by Charles Capps; 07/22/2005 1:19 AM.

##eek##