Project

General

Profile

« Previous | Next » 

Revision 477

Added by Matthias almost 17 years ago

Added changeset [476] also to branches

View differences:

search.php
62 62
		// and do some convertion to both
63 63
		require(WB_PATH.'/search/search_convert.php');
64 64
		$string = strtr($string,$string_conv_all);
65
		$string_entities = strtr($string_entities,$string_entities_conv_all);
65
		$string_entities = strtr($string_entities,$string_conv_all);
66 66
		$search_string = $string_entities;
67 67
	} else {
68 68
		$string = '';

Also available in: Unified diff