| #234 | //火车头数据过滤 |
| #235 | if(isset($post['alias']) && $post['alias'] == '[db:别名]') $post['alias'] = ''; |
| #236 | if(isset($post['tags']) && $post['tags'] == '[db:标签]' ) $post['tags'] = ''; |
| #237 | if(isset($post['pic']) && $post['pic'] == '[db:缩略图]' ) $post['pic'] = ''; |
| #238 | if(isset($post['flag']) && $post['flag'] == '[db:属性]' ) $post['flag'] = array(); |
| #239 | if(isset($post['intro']) && $post['intro'] == '[db:摘要]' ) $post['intro'] = ''; |
| #240 | if(isset($post['author']) && $post['author'] == '[db:作者]' ) $post['author'] = ''; |
| #241 | if(isset($post['source']) && $post['source'] == '[db:来源]' ) $post['source'] = ''; |
| #242 | if(isset($post['views']) && $post['views'] == '[db:浏览量]' ) $post['views'] = 0; |
| #243 | if(isset($post['seo_title']) && $post['seo_title'] == '[db:SEO标题]' ) $post['seo_title'] = ''; |