Merge branch 'MDL-20501_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user