From 0ea6c34e7ddb4d6b98b26a2a1481c02450b57330 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 6 Sep 2018 11:31:52 +0000 Subject: [PATCH] DataCorrection_Controller.php edited online with Bitbucket --- .../api/application/controllers/DataCorrection_Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apollo/api/application/controllers/DataCorrection_Controller.php b/Apollo/api/application/controllers/DataCorrection_Controller.php index 0bfe5b5e..e596b8f2 100644 --- a/Apollo/api/application/controllers/DataCorrection_Controller.php +++ b/Apollo/api/application/controllers/DataCorrection_Controller.php @@ -36,7 +36,7 @@ class DataCorrection_Controller extends REST_Controller { public function StudMerge_post() { $name = $this->post('name'); - $getStatus = $this->Data_Correction->Student_Merge($name); + $getStatus = $this->Data_correction->Student_Merge($name); //print_r($getStatus); if ($getStatus) { @@ -60,7 +60,7 @@ class DataCorrection_Controller extends REST_Controller { { $deleteNo = $this->post('deleteNo'); $mergeNo = $this->post('mergeNo'); - $getStatus = $this->Data_Correction->getMobile($deleteNo,$mergeNo); + $getStatus = $this->Data_correction->getMobile($deleteNo,$mergeNo); //print_r($getStatus); if ($getStatus) {