From 4c9d1a4047dd2f2c70313164d9d4f01a4fa49c8a Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 8 Dec 2017 10:58:44 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/controllers/Status_Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Apollo/api/application/controllers/Status_Controller.php b/Apollo/api/application/controllers/Status_Controller.php index f497d184..f0943a01 100644 --- a/Apollo/api/application/controllers/Status_Controller.php +++ b/Apollo/api/application/controllers/Status_Controller.php @@ -51,7 +51,6 @@ class Status_Controller extends REST_Controller { { $now = new DateTime(); $now->setTimezone(new DateTimezone('Asia/Kolkata')); - $details['ListCode'] = $this->post('statusID'); $details['ListName'] = $this->post('statusName'); $details['ListGroup'] = "1"; $details['CreatedBy'] = $this->post('createdBy');