From 061266f18b4a7b9f747008916a244cbcc8b20cea Mon Sep 17 00:00:00 2001 From: velz Date: Wed, 17 Oct 2018 14:49:15 +0530 Subject: [PATCH] PD CON --- api/application/controllers/PD_Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index 8853a7cf..e403be91 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -699,7 +699,7 @@ class PD_Controller extends REST_Controller { $fields = array('fk_question_category_id','weightage'); $where_condition_array = array('fk_template_id'=>$template_id); $res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,TEMPLATECATEGORYWEIGHTAGE); - print_r($res_array); + //print_r($res_array); foreach($res_array as $key => $category) { @@ -707,7 +707,7 @@ class PD_Controller extends REST_Controller { $this->PD_Model->saveRecords($temp_data,PDCATEGORYWEIGHTAGE); } } - die(); + //die(); $records = $this->post('records'); if($records['schedule_time'] != "" || $records['schedule_time'] != null) {