course details changes done
This commit is contained in:
parent
e7f0cb6ce9
commit
190ffa9c54
@ -305,7 +305,7 @@ class Course_model extends CI_Model {
|
||||
$this->db->order_by('CSID','ASC');
|
||||
$this->db->where('CSU.CourseID',$courseID);
|
||||
$this->db->where('CSU.IsActive','1');
|
||||
$this->db->where('SM.IsActive','1');
|
||||
// $this->db->where('SM.IsActive','1');
|
||||
$this->db->from(COURSESUBJECT.' as CSU');
|
||||
$this->db->join(SUBJECTMASTER.' as SM', 'SM.SubjectID = CSU.SubjectID');
|
||||
$subDetails = $this->db->get();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user