A5下载文章资讯

分类分类

phpwind解决搜索到回收站中内容的问题

2015-04-27 15:32作者:zhao

打开:search.php

查找:

Copy code

$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");

修改为:

Copy code

$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");

展开全部

相关

说两句网友评论
    我要跟贴
    取消