Commit 10583c32 by Jansa Jose

remove tbl_crone

parent 5d448eeb
......@@ -2471,7 +2471,7 @@ class Webservice extends CI_Controller {
}
public function cancel_booking_resend_cron($type=null){
$this->db->insert('tbl_crone',array("msg"=>"inserted Successfully","insert_date"=>date('Y-m-d h:i')));
//$this->db->insert('tbl_crone',array("msg"=>"inserted Successfully","insert_date"=>date('Y-m-d h:i')));
if(isset($type) && !empty($type)){
$result = $this->db->query('SELECT * FROM `tbl_waiting_list_id_crone` WHERE booking_id ='.$type)->result_array();
}else{
......
......@@ -122,8 +122,9 @@ public function index()
$template['day_appointment'] = $day_appointment;
$template['dash_view'] = $dash_view;
$template['attendence'] = $attendence;
$template['attendence'] = $attendence;
//$template['attendence'] = $attendence;
$template['notifications'] = $notifications;
//echo "<pre>"; print_r($template);exit();
$this->load->view('template/template', $template);
}
......
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