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

Home » FUDforum Development » Bug Reports » Member Button Disabled for Administrator - 2.3.6RC1
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon3.gif  Re: Member Button Disabled for Administrator - 2.3.6RC1 [message #7486 is a reply to message #7457] Mon, 25 November 2002 17:42 Go to previous messageGo to previous message
gladiator is currently offline  gladiator   China
Messages: 61
Registered: June 2002
Location: Beijing
Karma:
Member
prottoss wrote on Sun, 24 November 2002 10:11

Known issue, will be fixed shortly.


in 2.3.6RC1, the line was
if ($MEMBER_SEARCH_ENABLED != 'Y' || $usr->is_mod == 'A') {


in cvs, the line is
if ($MEMBER_SEARCH_ENABLED != 'Y' || $usr->is_mod != 'A') {


but I think it should be

if ($MEMBER_SEARCH_ENABLED != 'Y' && $usr->is_mod != 'A') {

[Message index]
 
Read Message
Read Message
Read Message
Read Message icon3.gif
Read Message
Previous Topic: File Adminstration System is appeared on windows
Next Topic: FUD Forum does not run well over SSL
Goto Forum:
  

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

Current Time: Thu Nov 28 22:47:51 GMT 2024

Total time taken to generate the page: 0.05240 seconds