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

Home » FUDforum Development » Bug Reports » [2.5.0stable]bug in msglist.php
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: [2.5.0stable]bug in msglist.php [message #11467 is a reply to message #11446] Mon, 30 June 2003 08:35 Go to previous message
gladiator is currently offline  gladiator   China
Messages: 61
Registered: June 2002
Location: Beijing
Karma:
Member
found another bug in msglist.php:
I noticed last change of msglist.php in cvs is changed line 95 from <?php
if (($s = strpos($data, $v)) === FALSE) {
?>


to

<?php
if (($s = strpos($data, $v . ':')) === FALSE) {
?>
,

I found that this change should apply to the line 191 too.

[Updated on: Mon, 30 June 2003 08:36]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can't post
Next Topic: Little Bug
Goto Forum:
  

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

Current Time: Fri Oct 04 22:05:23 GMT 2024

Total time taken to generate the page: 0.17609 seconds