Commit eb7da50e by Jansa Jose

get future

parent ca0f3554
......@@ -3563,7 +3563,7 @@ class Webservice_model extends CI_Model {
$query = $this->db->get()->result();
if(count($query) > 0 ){
foreach ($query as $key => $value) {
$query[$key]->name = decrypt_data($value->name);
$query[$key]->patient_name = decrypt_data($value->patient_name);
}
$result = array('status'=>'success','data'=>$query);
}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