<% function DelBoardRightForUser(ByRef pobjCon, ByVal pintUserID, ByVal pintBoardID, _ ByVal pintRightID) dim strSQL strSQL = "DELETE FROM forumBoardadmins WHERE" & _ " userID=" & pintUserID & " AND board=" & pintBoardID & " AND admintype=" & pintRightID call pobjCon.execute(strSQL) end function %>