Commit 8a78708c by Jansa Jose

patient notifi

parent c933b074
...@@ -2359,7 +2359,7 @@ class Webservice_model extends CI_Model { ...@@ -2359,7 +2359,7 @@ class Webservice_model extends CI_Model {
unset($result['images']); unset($result['images']);
unset($result['booking_id']); unset($result['booking_id']);
// unset($result['id']); // unset($result['id']);
echo "<pre>";print_r($result);echo"</pre>";exit(); //echo "<pre>";print_r($result);echo"</pre>";exit();
$res = array('status'=>'success','data'=>$result); $res = array('status'=>'success','data'=>$result);
} }
}else{ }else{
......
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