问题涉及:
文件: moderate.php
说明: 略过
问题修正:
打开 moderate.php
查找37行:
:
if ( count ($this->tids) < 2) {
$this->thread = $DB->query_first( "SELECT * FROM ".TABLE_PREFIX."thread WHERE tid IN (".implode(',',$this->tids).")" );
}
替换为:
:
if ( count ($this->tids) < 2 AND is_array($this->tids)) {
$this->thread = $DB->query_first( "SELECT * FROM ".TABLE_PREFIX."thread WHERE tid IN (".implode(',',$this->tids).")" );
}
查找:
:
$tarinfo = $DB->query_first("SELECT p.reppost,p.threadid,u.id, u.name, u.usergroupid
在上面添加:
:
$_INPUT['pid'] = intval($_INPUT['pid']);
=======================
在此再次感谢天使小组的 4ngel 为魔力的无私帮助!有了大家支持,魔力一定会更加完善。
今天是除夕夜,再此一并祝大家新年快乐,鸡年心想事成!!!