3.在这段后面
if not(int(login_modep)=1 and trim(request.form("edit_info"))<>"yes") then
word_edit=vbcrlf&vbcrlf&"
[本贴已被 "
if cstr(login_username)=cstr(username) then
word_edit=word_edit&"作者"
else
word_edit=word_edit&login_username
end if
word_edit=word_edit&" 于 "&joekoe_cms.time_type(joekoe_cms.now_time,2)&" 编辑过]
"
end if
增加
if int(login_modep)=1 and cause<>"" and pn<>"" then
jl_edit=vbcrlf&"
"
if pm="加" then
infs="+"&pn
else
infs="-"&pn
end if
call joekoe_cms.exec("update user_data set integral=integral"&infs&" where username='"&cstr(username)&"'",0)
end if