$ue = new stdClass(); $ue->cohortid = $cohortid; $ue->id = $DB->insert_record('user_enrolments', $ue); cohortid not stored

$ue = new stdClass(); $ue->cohortid = $cohortid; $ue->id = $DB->insert_record('user_enrolments', $ue); cohortid not stored

by abdelazem abdelhamed -
Number of replies: 0
i add cohort id to table but not stored in db 
Average of ratings: -