|
|
|
@ -352,7 +352,7 @@ class Information_model extends CI_Model {
|
|
|
|
|
".$sql_no_pub."
|
|
|
|
|
".$sql_empty_info."
|
|
|
|
|
AND ic_url <> ''
|
|
|
|
|
ORDER BY ic_datetime asc";
|
|
|
|
|
ORDER BY ic_datetime desc";
|
|
|
|
|
$query = $this->HT->query($sql, array($yeardiff, $this->config->item('site_code')));
|
|
|
|
|
return $query->result();
|
|
|
|
|
}
|
|
|
|
|