course details changes done
This commit is contained in:
parent
4c95229647
commit
4c9d1a4047
@ -51,7 +51,6 @@ class Status_Controller extends REST_Controller {
|
|||||||
{
|
{
|
||||||
$now = new DateTime();
|
$now = new DateTime();
|
||||||
$now->setTimezone(new DateTimezone('Asia/Kolkata'));
|
$now->setTimezone(new DateTimezone('Asia/Kolkata'));
|
||||||
$details['ListCode'] = $this->post('statusID');
|
|
||||||
$details['ListName'] = $this->post('statusName');
|
$details['ListName'] = $this->post('statusName');
|
||||||
$details['ListGroup'] = "1";
|
$details['ListGroup'] = "1";
|
||||||
$details['CreatedBy'] = $this->post('createdBy');
|
$details['CreatedBy'] = $this->post('createdBy');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user