course details changes done
This commit is contained in:
parent
c76a55fa98
commit
97e5a9ce1c
@ -32,6 +32,7 @@ class SessionMater_Controller extends REST_Controller {
|
||||
$now = new DateTime();
|
||||
$now->setTimezone(new DateTimezone('Asia/Kolkata'));
|
||||
$details['SessionName'] = $this->post('sessionName');
|
||||
$details['SessionDate'] = $this->post('sessionDate');
|
||||
$details['CreatedBy'] = $this->post('createdBy');
|
||||
$details['IsActive'] = $this->post('status');
|
||||
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
||||
@ -89,6 +90,7 @@ class SessionMater_Controller extends REST_Controller {
|
||||
$now = new DateTime();
|
||||
$now->setTimezone(new DateTimezone('Asia/Kolkata'));
|
||||
$details['SessionID'] = $this->post('sessionID');
|
||||
$details['SessionDate'] = $this->post('sessionDate');
|
||||
$details['SessionName'] = $this->post('sessionName');
|
||||
$details['IsActive'] = $this->post('status');
|
||||
$universityDetails['University'] = $this->post('university');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user