diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index d0eb2e1b..ef5e58d6 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -28,7 +28,7 @@ class PD_Controller extends REST_Controller { { $fields = array('entity_id','full_name','short_name'); $where_condition_array = array('isactive' => 1,'fk_entity_type_id' => 2); - $result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITY); + $result_data = $this->PD_Model->selectCustomRecords($fields,$whe++++re_condition_array,ENTITY); if(count($result_data)) { diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index b8de5599..ad8df68e 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -106,7 +106,7 @@ class PDALERTS } } - $msg = "PD for Lender Applicant ID:".$core_details[0]['lender_applicant_id']."has been".$core_details[0]['pd_status_name']; // status base configurable + $msg = "PD for Lender Applicant ID -:". $core_details[0]['lender_applicant_id'] ." has been ". $core_details[0]['pd_status_name']; // status base configurable //print_r($mobile_nos_to_send_notification); foreach($mobile_nos_to_send_notification as $no) {