courses not showing up at students dashboard (external database enrolment)

Re: courses not showing up at students dashboard (external database enrolment)

by Johan Ericka -
Number of replies: 0
i found the answer smile

open moodle database and run this query


update mdl_course set visible=1 where idnumber like 'courseid%'


problem solved!!