phpwind解决搜索到回收站中内容的方法

时间:6年前   阅读:4179

关键字描述:内容 问题 回收 搜索 解决 query locked replies hits

打开:search.php

查找:

$query = $db->query("SELECT tid,fid,titlefont,author,authorid,subject,postdate,lastpost,lastposter,hits,replies,locked,special,anonymous FROM pw_threads WHERE $sqlwhere $orderby $limit");

修改为:

$query = $db->query("SELECT tid,fid,titlefont,author,authorid,subject,postdate,lastpost,lastposter,hits,replies,locked,special,anonymous FROM pw_threads WHERE fid'0' AND $sqlwhere $orderby $limit");

本站声明:网站内容来源于网络,如有侵权,请联系我们https://www.qiquanji.com,我们将及时处理。

微信扫码关注

更新实时通知

上一篇:上证50ETF期权不同的投资者开户有什么要求?

下一篇:玩50ETF期权可以只做短线交易吗?

网友评论

请先 登录 再评论,若不是会员请先 注册