Skip to content

Commit

Permalink
Merge branch 'MDL-37982_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 19, 2013
2 parents 41e94a8 + 1f037b3 commit 80ba3a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions enrol/imsenterprise/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,6 @@ function process_group_tag($tagcontents) {
$this->log_line('No ' . $imsname . ' description tag found for ' . $coursecode . ' coursecode, using ' . $coursecode . ' instead');
$course->{$courseattr} = $coursecode;
}

if ($courseattr == 'summary') {
$format = FORMAT_HTML;
} else {
$format = FORMAT_PLAIN;
}
$course->{$courseattr} = format_text($course->$courseattr, $format);
}

$course->idnumber = $coursecode;
Expand Down

0 comments on commit 80ba3a4

Please sign in to comment.