|
|
|
@ -165,7 +165,10 @@ class Tags_analysis {
|
|
|
|
|
$data['title_url'] = array();
|
|
|
|
|
foreach($arr as $ic_id){
|
|
|
|
|
if($ic_id != ''){
|
|
|
|
|
array_push($data['title_url'],$this->CI->Information_model->get_title_url($ic_id)[0]);
|
|
|
|
|
$obj = $this->CI->Information_model->get_title_url($ic_id)[0];
|
|
|
|
|
if(!empty($obj)){
|
|
|
|
|
array_push($data['title_url'],$obj);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
@ -187,7 +190,10 @@ class Tags_analysis {
|
|
|
|
|
$data['title_url'] = array();
|
|
|
|
|
foreach($arr as $ic_id){
|
|
|
|
|
if($ic_id != ''){
|
|
|
|
|
array_push($data['title_url'],$this->CI->Information_model->get_title_url($ic_id)[0]);
|
|
|
|
|
$obj = $this->CI->Information_model->get_title_url($ic_id)[0];
|
|
|
|
|
if(!empty($obj)){
|
|
|
|
|
array_push($data['title_url'],$obj);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|