Merge branch 'MDL-20501' of git://github.com/rwijaya/moodle

This commit is contained in:
Sam Hemelryk
2011-08-10 14:04:22 +08:00
+3 -4
View File
@@ -38,13 +38,12 @@
}
$table = new html_table();
$table->width = '100%';
if ($usesections) {
$table->head = array ($strsectionname, $strname, $strintro);
$table->align = array ('CENTER', 'LEFT', 'LEFT');
$table->head = array ($strsectionname, $strname, $strstatus);
} else {
$table->head = array ($strname, $strintro);
$table->align = array ('LEFT', 'LEFT');
$table->head = array ($strname, $strstatus);
}
$currentsection = '';