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

Home » FUDforum Development » Bug Reports » alias and brackets
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
alias and brackets [message #41005] Tue, 06 May 2008 02:18 Go to previous message
krbvroc1 is currently offline  krbvroc1   United States
Messages: 31
Registered: February 2005
Karma:
Member
I am trying to migrate my modified 2.6.9 codebase to the latest 2.7.7. One problem (and CVS is not working so I cannot browse history) is that the

make_alias() function in users_reg.inc.t has changed. In particular,

        return htmlspecialchars($text);


was changed to:

       return char_fix(str_replace(array(']', '['),array(']','['), htmlspecialchars($text)));


Any recollection why?

When I use the 'send email to this user' function, the 'To' field is filled in with these &#93/&#91 characters and I get an Invalid User error code. I'm not sure yet if this is broken elsewhere, but I think this might be a bug.
[Message index]
 
Read Message
Read Message
Previous Topic: CVS is out of order
Next Topic: Random forum lockouts...
Goto Forum:
  

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

Current Time: Fri Sep 27 14:00:32 GMT 2024

Total time taken to generate the page: 0.10319 seconds