注册会员
查看详细资料
TOP
管理组
游走中。。。
Dim objTestArticle Set objTestArticle=New TArticle If objTestArticle.LoadInfobyID(objTrackBack.log_ID) Then If Not((objTestArticle.AuthorID=BlogUser.ID) Or (CheckRights("Root")=True)) Then Exit Function Else Call ShowError(9) End If Set objTestArticle=Nothing
If CheckRights("Root")=True Then Exit Function
中级会员
查看个人网站
新手上路