duplication in application
This commit is contained in:
parent
d8541a9149
commit
b4d401b87c
@ -1074,6 +1074,7 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
|
||||
|
||||
$this->db->where('t2.StudentID', $studentId);
|
||||
$this->db->where('t2.CourseID', $courseId);
|
||||
$this->db->group_by('t2.ID');
|
||||
$fromTypes = $this->db->get();
|
||||
$formTypeDetails = $fromTypes->result();
|
||||
if($formTypeDetails){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user