BUG in chatlib.php Posted by xleonzhao 25 Feb 2004 18:49 GMT-0000 posts: 1 My wife, a computer programmer, found a bug in chatlib.php. If you use ' in your message, you won't see the message at all. So we ended up with a change in chatlib.php and adding one line at the beginning of send_message() $data=str_replace("'", "\'", $data); And it works.
Posted by Philippe Cloutier 26 Feb 2004 04:13 GMT-0000 posts: 1001 Hey, I could commit such fix, but it would be better that someone who knows what was causing the problem verify that it's the best way (performance?) to fix it. I would recommend to open a Patch tracker on SourceForge. Thanks to your girlfriend anyway.