From 070ba1e0c9e359f2ac77e46e027e82138d2ca03c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 28 Apr 2022 12:05:35 +0000 Subject: [PATCH] getListPDOfficersForNotification 3rd index missing fixed : ps --- api/application/controllers/PD_Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index a5b2db96..1c9ca3d5 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -11788,6 +11788,7 @@ public function getCompaniesListsFromGeneralFormRawJSONV2_post() } } } + Sort($list_of_pd_officers); log_message('ERROR',"getListPDOfficers PDofficer list : ".json_encode($list_of_pd_officers)); // Get Central PD Officers List $central_pd_officers = array();