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

This commit is contained in:
Sam Hemelryk
2011-08-10 14:10:58 +08:00
-3
View File
@@ -34,13 +34,10 @@
if ($course->format == "weeks") {
$table->head = array ($strweek, $strname, $strstatus);
$table->align = array ("CENTER", "LEFT", "LEFT");
} else if ($course->format == "topics") {
$table->head = array ($strtopic, $strname, $strstatus);
$table->align = array ("CENTER", "LEFT", "LEFT");
} else {
$table->head = array ($strname, $strstatus);
$table->align = array ("LEFT", "LEFT");
}
$currentsection = '';