From 2bf0272bffc5ebe1ee14bc5a5166998c04ff4992 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Thu, 2 Sep 2021 10:20:39 +0530 Subject: [PATCH] Unwanted print_r : ps --- api/application/controllers/PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index de6f9b17..6cc4bda5 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -5008,7 +5008,7 @@ public function getPDFormDetailsJSON_post() $data['lender_disclaimer'] = $this->PD_Model->selectRecords(ENTITYDISCLAIMER,array('fk_entity_id' => ($data['pd_master_details'][0]['sub_entity_id'] ? $data['pd_master_details'][0]['sub_entity_id'] : $data['pd_master_details'][0]['fk_lender_id']),'fk_pd_type' => $pd_type)); //} $entity_geo_location = $this->PD_Model->getEntityAddr($data['pd_master_details'][0]['fk_lender_id']); - print_r($entity_geo_location);die(); + // print_r($entity_geo_location);die(); if($entity_geo_location != 0){ $pd_location = $data['pd_master_details'][0]['start_location']; $data['distances'] = satellite_image::getdistancematrix($entity_geo_location,$pd_location);