Project

General

Profile

« Previous | Next » 

Revision 476

Added by Matthias almost 17 years ago

Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)

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