Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 Wrong Variable in inc_functions.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cmpenney
Starting Member

USA
5 Posts

Posted - 10 January 2002 :  17:07:10  Show Profile  Visit cmpenney's Homepage
In the chkForumModerator function of the inc_functions.asp file the wrong prefix varible is used. The Table prefix is used instead of the member prefix.

Current Line Reads:
strSql = strSql & " FROM " & strTablePrefix & "MODERATOR mo, " & strTablePrefix & "MEMBERS me "

should read:
strSql = strSql & " FROM " & strTablePrefix & "MODERATOR mo, " & strMemberTablePrefix & "MEMBERS me "

this causes problem when the forum uses a different Forum and member prefix.

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 January 2002 :  17:19:16  Show Profile
this was already reported and fixed here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17761
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07