Hi.

My rss feed is crushing at this line:

$data = "Topic: ".parse_message($cur['subject'],0)."\n\nMessage: ".parse_message($cur['message'],0);

When I comment it it works pretty fine showing only topic name, but I really need the description. Do you have any ideas why?