| #820 | $this->cms_content_tag_data->set(array($tagdata['tagid'], $id), array('id'=>$id)); |
| #821 | } |
| #822 | // 删除不用的标签 |
| #823 | foreach($tags_old as $tagid => $tagname) { |
| #824 | $tagdata = $this->cms_content_tag->get($tagid); |
| #825 | $tagdata['count']--; |
| #826 | $this->cms_content_tag->update($tagdata); |
| #827 | $this->cms_content_tag_data->delete($tagid, $id); |
| #828 | } |
| #829 |