Commit b8a3dbd5 by Jansa Jose

semicoloc

parent c914cdcb
......@@ -3504,7 +3504,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
$new['doctor_name'] =$doctr_data['name'];
$new['doctor_specialization'] =$special->specialization_name;
$new['message'] = $text;
$new['time'] = $conslt_time
$new['time'] = $conslt_time;
$new['to'] =$fcm_user_new->fcm_token;
$user_type = '1';
$push_status =push_sent($new,$user_type);
......
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