Skip to content

Commit

Permalink
Merge branch 'MDL-20501_m19' of git://github.com/rwijaya/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_19_STABLE
  • Loading branch information
Sam Hemelryk committed Aug 10, 2011
2 parents bf6c05f + 5c53773 commit 4a7fee7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mod/survey/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 4a7fee7

Please sign in to comment.