Drupal stores text in its database with escaped entities like &. I'm trying to use actions to send the body of the stored text to a listserv. Is there a way to get it to send an unencoded version of the text? I'm using Drupal 5.7.
Thanks, Tracey
-- Tracey Hummel Web Developer University Information Technology Services Learning Technologies Services University of Arizona (520) 626-5139 tracey@uainfo.arizona.edu
Tracey Hummel wrote:
Drupal stores text in its database with escaped entities like &. I'm trying to use actions to send the body of the stored text to a listserv. Is there a way to get it to send an unencoded version of the text? I'm using Drupal 5.7.
you need to decode them using this function
http://api.drupal.org/api/function/decode_entities/5