Index: apachesolr.index.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.index.inc,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 apachesolr.index.inc
--- apachesolr.index.inc	30 Apr 2009 17:38:40 -0000	1.1.2.4
+++ apachesolr.index.inc	17 May 2009 00:47:51 -0000
@@ -35,7 +35,7 @@ function _apachesolr_strip_decode($text)
   // Add spaces before stripping tags to avoid running words together.
   $text = filter_xss(str_replace(array('<', '>'), array(' <', '> '), $text), array());
   // Decode entities and then make safe any < or > characters.
-  return htmlspecialchars(html_entity_decode($text, ENT_NOQUOTES, 'UTF-8'), ENT_NOQUOTES, 'UTF-8', FALSE);
+  return htmlspecialchars(html_entity_decode($text, ENT_NOQUOTES, 'UTF-8'), ENT_NOQUOTES, 'UTF-8');
 }
 
 /**
