恢复DZX默认模板后,网站底部出现- GMT+8, 2010-8-13 12:53, Processed in 0.178138 second(s), 5 queries.
- Powered by Discuz! X1
- © 2001-2010 Comsenz Inc.
- ost'; } else { $posttable = "forum_post_{$thread['posttableid']}"; } $pic = DB::fetch_first("SELECT fa.attachment, fa.remote FROM ".DB::table($posttable)." fp LEFT JOIN ".DB::table('forum_attachment')." fa ON fp.tid=fa.tid AND fp.pid=fa.pid WHERE fp.tid='$tid' AND fp.first=1 AND fa.isimage IN (1, -1) LIMIT 0,1"); return $pic; } } ?>
复制代码 |