Project

General

Profile

« Previous | Next » 

Revision 833

Added by thorn almost 17 years ago

fix: allow external urls for search-results

View differences:

search_modext.php
254 254
	// make the link from $mod_page_link, add anchor
255 255
	$link = "";
256 256
	$link = page_link($mod_page_link);
257
	$link .= make_url_searchstring($func_search_match, $func_search_url_array);
257
	if(strpos($mod_page_link, 'http:')===FALSE)
258
		$link .= make_url_searchstring($func_search_match, $func_search_url_array);
258 259
	$link .= $anchor;
259 260

  
260 261
	// now get the excerpt

Also available in: Unified diff