|
|
|
@ -93,7 +93,7 @@ class infofix extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ($sub_url != '' || count($sub_content) != 0) {
|
|
|
|
|
if ($sub_url != '' || count($sub_content) != 0 || count($sub_content2) != 0 || count($sub_content3) != 0) {
|
|
|
|
|
array_push(
|
|
|
|
|
$key_with_content,
|
|
|
|
|
array(
|
|
|
|
@ -108,8 +108,8 @@ class infofix extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$info->ic_content = $key_with_content;
|
|
|
|
|
// unset($info->amp_json);
|
|
|
|
|
// unset($info->amp_body);
|
|
|
|
|
unset($info->amp_json);
|
|
|
|
|
unset($info->amp_body);
|
|
|
|
|
}
|
|
|
|
|
echo json_encode($rs);
|
|
|
|
|
}
|
|
|
|
|