Merge branch '47969-28' of git://github.com/samhemelryk/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-11-04 01:56:59 +01:00
commit ddb5bc5fcd

View File

@ -40,7 +40,6 @@
$usesections = course_format_uses_sections($course->format);
$table = new html_table();
$table->width = '100%';
if ($usesections) {
$strsectionname = get_string('sectionname', 'format_'.$course->format);