Commit 77dc298b by Jansa Jose

location

parent f5f0760d
...@@ -1439,6 +1439,7 @@ class Webservice_model extends CI_Model { ...@@ -1439,6 +1439,7 @@ class Webservice_model extends CI_Model {
} }
$query = $this->db->get(); $query = $this->db->get();
echo $this->db->last_query();exit();
if ($query->num_rows() > 0) { if ($query->num_rows() > 0) {
$querys = $query->result_array(); $querys = $query->result_array();
if(isset($data['date']) && strlen($data['date'])){ if(isset($data['date']) && strlen($data['date'])){
......
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