请问如何修改DSU每日签到同步到广播大厅的主题不自动关闭!我找到了以下代码,不知道该如何修改,请教各位老师!
- if($var['sync_follow'] && $_GET['qdmode']=='1' && $_G['setting']['followforumid']) {
- $tofid = $_G['setting']['followforumid'];
- DB::query("INSERT INTO ".DB::table('forum_thread')." (fid, posttableid, readperm, price, typeid, sortid, author, authorid, subject, dateline, lastpost, lastposter, displayorder, digest, special, attachment, moderated, highlight, closed, status, isgroup) VALUES ('$tofid', '0', '0', '0', '0', '0', '$_G[username]', '$_G[uid]', '$todaysay', '$_G[timestamp]', '$_G[timestamp]', '$_G[username]', '0', '0', '0', '0', '1', '1', '1', '512', '0')");
复制代码
|