首页 期权学习期权知识正文

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

xiaojiucai 期权知识 2020-08-18 561 0

关键字描述:内容 问题 回收 搜索 解决 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/post/8759.html

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

微信扫码关注

更新实时通知

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

评论