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) ){
$searchwords = str_replace(".","",$searchwords);
$searchwords = preg_quote($Words);
$searchwords = preg_replace("/\//","",$searchwords);
$searchwords = split(" +",$searchwords);



Already found the same code somewhere in another file.


Edited by Charles Capps (07/21/05 10:19 PM)
_________________________
##eek##