Commit 59bb4dce by Jansa Jose

changes in app webservices

parent f6713516
...@@ -96,7 +96,6 @@ public function getBookedService($postData = array(),$start = '',$per_page = '', ...@@ -96,7 +96,6 @@ public function getBookedService($postData = array(),$start = '',$per_page = '',
$this->db->limit($per_page,$start); $this->db->limit($per_page,$start);
} }
$bookData = $this->db->get(); $bookData = $this->db->get();
//pr($this->db->last_query());
if(!empty($bookData) && $bookData->num_rows() > 0){ if(!empty($bookData) && $bookData->num_rows() > 0){
$bookData = $bookData->result_array(); $bookData = $bookData->result_array();
foreach ($bookData as $key => $value) { foreach ($bookData as $key => $value) {
......
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