quote:
Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: '[string: ""]' /forumtest/inc_func_common.asp, line 596
I get this error when I try to modify forum.asp, line 237 to read:
strSql = strSql & "T.T_AUTHOR, T.T_STICKY, T.T_TOPSTICKY, T.T_REPLIES, T.T_UREPLIES, T.T_LAST_POST, T.T_LAST_POST_AUTHOR, "
Is there a better way to modify that line? |