course details changes done

This commit is contained in:
gandhimathi 2017-12-27 17:51:41 +05:30
parent 0e6d599a5f
commit c68057a71c

View File

@ -64,7 +64,7 @@ class Studentview_model extends CI_Model
// get certificate details
$fetchData['certificateDetails']=$this->getStudentCertificateDetails($studentId,$row->CourseID);
// get student application details
$fetchData['applicationDetails']=$this->getStudentApplicationDetails($studentId,$row->CourseID);
// $fetchData['applicationDetails']=$this->getStudentApplicationDetails($studentId,$row->CourseID);
$CourseArray[]=$fetchData;