Project

General

Profile

« Previous | Next » 

Revision 493

Added by Matthias almost 17 years ago

Fixed search issue if single quotes and double quotes are not stored as entities (Thanks to thorn)

View differences:

trunk/wb/framework/functions.php
629 629
		}
630 630
		$string = $char;
631 631
		$string = strtr($string, $numbered_to_named_entities);
632
		// do ' and "
633
		$string = strtr($string, array('\''=>''', '\"'=>'"'));
632 634
	}
633 635
	return $string;
634 636
}

Also available in: Unified diff