FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » no body / info from mailman posts
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: no body / info from mailman posts [message #38919 is a reply to message #38894] Fri, 07 September 2007 00:28 Go to previous messageGo to previous message
jeffg is currently offline  jeffg   Canada
Messages: 4
Registered: August 2007
Karma:
Junior Member
I think I found the problem, at least in the version of FF I have here. At line 502 in maillist.php you have:


$msg_post->body = fud_wordwrap($msg_post->body); 


fud_wordwrap is interesting, it takes the argument by reference:
function fud_wordwrap(&$data)
{
...
}


...but never returns anything, causing $msg_post->body to be set to null. Is the best solution here to pass in by reference, or to return something from fud_wordwrap? Either way it seems to be a bug?

[Updated on: Fri, 07 September 2007 00:28]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IPv6 bug
Next Topic: Avatar Size
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 30 17:28:38 GMT 2024

Total time taken to generate the page: 0.19580 seconds