From 10583c326c6541f5197bcfba949a09845e9fe865 Mon Sep 17 00:00:00 2001
From: Jansa Jose <jansa@techware.in>
Date: Thu, 29 Nov 2018 15:02:23 +0530
Subject: [PATCH] remove tbl_crone

---
 admin/application/controllers/Webservice.php | 2 +-
 application/controllers/Doctor.php           | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/admin/application/controllers/Webservice.php b/admin/application/controllers/Webservice.php
index e65362a..83169ac 100644
--- a/admin/application/controllers/Webservice.php
+++ b/admin/application/controllers/Webservice.php
@@ -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{
diff --git a/application/controllers/Doctor.php b/application/controllers/Doctor.php
index 7d5ee72..51b03e2 100644
--- a/application/controllers/Doctor.php
+++ b/application/controllers/Doctor.php
@@ -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);
 
  }
--
libgit2 0.27.1