问题:
http://bbs.kesion.com/forumthread-143694.html解决方法:请打开KS_Cls/Kesion.LabelFunctionCls.asp找到1393行的以下代码
把
- If (FCls.RefreshType = "Folder" And (KS.C_S(FCls.ChannelID,7)="0" or KS.C_S
- (FCls.ChannelID,7)="2") Or KS.C_C(FCls.RefreshFolderID,3)<>"0") Or (FCls.RefreshType = "Special" And KS.Setting(78)="0") Then
并替换成
- If (FCls.RefreshType = "Folder" And (KS.C_S(FCls.ChannelID,7)="0" or KS.C_S
- (FCls.ChannelID,7)="2" Or KS.C_C(FCls.RefreshFolderID,3)="2")) Or (FCls.RefreshType = "Special" And KS.Setting(78)="0") Then
最后重新发布,问题即可解决