#1057 | // 删除不用的标签 |
#1058 | foreach ($tags_old as $tagid => $tagname) { |
#1059 | $tagdata = $this->cms_content_tag->get($tagid); |
#1060 | $tagdata['count']--; |
#1061 | $this->cms_content_tag->update($tagdata); |
#1062 | $this->cms_content_tag_data->delete($tagid, $id); |
#1063 | } |
#1064 | |
#1065 | //改变分类了 |
#1066 | if ($cid != $olddata['cid']) { |