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 Internationalization (v4-archive)
 BUG+FIX: one more MemberTablePrefix/TablePrefix
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kimkr
Starting Member

Denmark
36 Posts

Posted - 03 March 2002 :  07:10:21  Show Profile  Reply with Quote
Hi, I just found one more bug (not crusial - if you don't use different table prefixes for the member table and the other tables)

in inc_functions.asp about line 1108 the member table is used, without the member table prefix:

function chkForumModerator(fForum_ID, fMember_Name)
'## Forum_SQL
strSql = "SELECT mo.FORUM_ID "
strSql = strSql & " FROM " & strTablePrefix & "MODERATOR mo, " & strTablePrefix & "MEMBERS me "
strSql = strSql & " WHERE mo.FORUM_ID = " & fForum_ID & " "
strSql = strSql & " AND mo.MEMBER_ID = me.MEMBER_ID "

Change this to:

function chkForumModerator(fForum_ID, fMember_Name)
'## Forum_SQL
strSql = "SELECT mo.FORUM_ID "
strSql = strSql & " FROM " & strTablePrefix & "MODERATOR mo, " & strMemberTablePrefix & "MEMBERS me "
strSql = strSql & " WHERE mo.FORUM_ID = " & fForum_ID & " "
strSql = strSql & " AND mo.MEMBER_ID = me.MEMBER_ID "





Edited by - bozden on 23 April 2002 13:51:06<

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 March 2002 :  08:30:02  Show Profile  Visit crash's Homepage
thanks

-----------------------------
Crash's Site | Email me<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 03 March 2002 :  10:06:34  Show Profile
This is a known bug from v3.3 and is corrected in v3.4, thus will be corrected in v40b04.

Thank you .


Think PinkPost v40b03 Patches<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07