In inc_functions.asp in the "chkForumModerator()" function, line 1097, one of the selected tables in this SQL statement has the wrong table prefix.'## 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 "
It should be strMemberTablePrefix.
- David
Edited by - Davio on 15 November 2001 06:30:48