修改
include/inc_tag_functions.php
在50行
$dsql->Execute(’0′,"Select tid From dede_tag_list where tid in($tidstr) ");
修改为
$dsql->Execute(’0′,"Select aid From dede_tag_list where tid in($tidstr) ");
问题解决
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!
修改
include/inc_tag_functions.php
在50行
$dsql->Execute(’0′,"Select tid From dede_tag_list where tid in($tidstr) ");
修改为
$dsql->Execute(’0′,"Select aid From dede_tag_list where tid in($tidstr) ");
问题解决