Commit 5ffc8fcf by Phạm Văn Đoan

bỏ log sql

parent 3f52cb10
......@@ -321,7 +321,7 @@ class Track_model extends CI_Model
$this->db->order_by($this->_table . '.id', 'desc');
$this->db->limit($record, $start);
$query = $this->db->get();
error_log($this->db->last_query());
//
return $query->result_array();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment