Commit 2c3ae79a by Jansa Jose

add clicnic default

parent 92c2c0d5
......@@ -1476,7 +1476,7 @@ class Webservice_model extends CI_Model {
}
$query = $this->db->get();
//echo $this->db->last_query();exit();
echo $this->db->last_query()."<br><br>";
//print_r($this->db->last_query());die();
if ($query->num_rows() > 0) {
$querys = $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