#722 | }else{ |
#723 | $tags_new = array(); |
#724 | } |
#725 | foreach($tags_new as $tagname) { |
#726 | $tagname = $this->cms_content_tag->_tagformat($tagname); |
#727 | if($tagname){ |
#728 | $key = array_search($tagname, $tags_old); |
#729 | if($key === false) { |
#730 | $tags_arr[] = $tagname; |
#731 | }else{ |