|
|
@ -142,7 +142,9 @@ class Tags_analysis {
|
|
|
|
$arr = explode(',',$meta_recommend_info);
|
|
|
|
$arr = explode(',',$meta_recommend_info);
|
|
|
|
$data['title_url'] = array();
|
|
|
|
$data['title_url'] = array();
|
|
|
|
foreach($arr as $ic_id){
|
|
|
|
foreach($arr as $ic_id){
|
|
|
|
array_push($data['title_url'],$this->CI->Information_model->get_title_url($ic_id)[0]);
|
|
|
|
if($ic_id != ''){
|
|
|
|
|
|
|
|
array_push($data['title_url'],$this->CI->Information_model->get_title_url($ic_id)[0]);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
$data['title_url'] = $this->CI->Information_model->get_title_url($meta_recommend_info);
|
|
|
|
$data['title_url'] = $this->CI->Information_model->get_title_url($meta_recommend_info);
|
|
|
|