diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index e469958b..d163c127 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -4919,14 +4919,14 @@ public function getPDFormDetailsJSON_post() $data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Image ZIP'.', ') : 'Image ZIP, '; } - if($pd_master_details[0]['fk_pd_type'] == 2) - { - $video_status = $this->PD_Model->selectCustomRecords(array('count(*) as count'),array('isactive' => 1,'twilo_status' => 'enqueued','fk_pd_id' => $pdid),VIDEO_ROOM_INFO); - if($video_status[0]['count'] != 0) - { - $data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Some videos'.', ') : 'Some videos, '; - } - } + // if($pd_master_details[0]['fk_pd_type'] == 2) + // { + // $video_status = $this->PD_Model->selectCustomRecords(array('count(*) as count'),array('isactive' => 1,'twilo_status' => 'enqueued','fk_pd_id' => $pdid),VIDEO_ROOM_INFO); + // if($video_status[0]['count'] != 0) + // { + // $data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Some videos'.', ') : 'Some videos, '; + // } + // } // print_r($data); // echo strrpos($data['msg'], ','); if(isset($data['msg']) && $data['msg'] != '')