@@ -1280,8 +1285,10 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
$times=explode('-',$data['time']);
$start_time=strtotime($date_def.$times[0]);
$end_time=strtotime($date_def.$times[1]);
$msg="Your booking for doctor ".$doctr_data['name']." at time ".$data['time']." is confirmed";
$msg2="You have a new booking on ".date('jS F Y',$data['date'])." at ".date('h:i A',$start_time);
$msg="Your appointment was scheduled in the system, on ".date('d.m.Y',$start_time)." at ".date('H:i a',$start_time).", doctor ".$doctr_data['name'];
$msg2="A new appointment was scheduled in the system, on ".date('d.m.Y',$start_time)." at ".date('H:i a',$start_time).", patient ".decrypt_data($pat_data['name']);
@@ -1339,7 +1346,9 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
$times=explode('-',$data['time']);
$start_time=strtotime($date_def.$times[0]);
$end_time=strtotime($date_def.$times[1]);
$msg="Your booking for doctor ".$doctr_data['name']." at time ".$data['time']." is in Waiting list";
$msg="Your appointment was scheduled in the system as waiting, on ".date('d.m.Y',$start_time)." at ".date('H:i a',$start_time).", doctor ".$doctr_data['name'];
$msg="Your booking for doctor ".$doctr_data['name']." at time ".$query['time']."is Cancelled";
$msg2="Your booking for doctor ".$doctr_data['name']." at time ".$query['time']." is confirmed";
$msg="Your appointment scheduled in the system, on ".date('d.m.Y',$query['time_start'])." at ".date('H:i a',$query['time_start']).", doctor ".$doctr_data['name']." is Canceled!";
$msg2="Your appointment was scheduled in the system, on ".date('d.m.Y',$query['time_start'])." at ".date('H:i a',$query['time_start']).", doctor ".$doctr_data['name'];
$conslt_time=date('Y-m-d h:i:s');
$conslt_time=strtotime($conslt_time);
if($nowin_server_addoffset<$new_date){
...
...
@@ -2244,7 +2256,9 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
$user_type='1';
$push=$this->push_sent($new,$user_type);
$msg3="You have a new booking on ".date('jS F Y',$query['date'])." at ".date('h:i A',$query['time_start']);
$msg3="A new appointment was scheduled in the system, on ".date('d.m.Y',$query['time_start'])." at ".date('H:i a',$query['time_start']).", patient ".decrypt_data($pat_data['name']);
$msg="Sorry, Your booking at time ".$query->time." is cancelled by ".$doctr_data['name'];
$msg="Your appointment scheduled in the system, on ".date('d.m.Y',$query->time_start)." at ".date('H:i a',$query->time_start).", doctor ".$doctr_data['name']." is Canceled!";