Skip to content

Commit

Permalink
MDL-22740 import - fixed regression introduced by MDL-19880
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 12, 2010
1 parent 95f44f8 commit 8edf9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/import/activities/mod.php
Expand Up @@ -29,7 +29,7 @@
$taught_courses = array(); $taught_courses = array();
if (!empty($tcourseids)) { if (!empty($tcourseids)) {
$tcourseids = substr($tcourseids,0,-1); $tcourseids = substr($tcourseids,0,-1);
$taught_courses = get_records_list('course', 'id', $tcourseids, 'sortorder', '', 'id, fullname'); $taught_courses = get_records_list('course', 'id', $tcourseids, 'sortorder', 'id, fullname');
} }


if (!empty($creator)) { if (!empty($creator)) {
Expand Down

0 comments on commit 8edf9bc

Please sign in to comment.