diff --git a/mod/survey/index.php b/mod/survey/index.php index 217bb13ae8a..2687128db0e 100644 --- a/mod/survey/index.php +++ b/mod/survey/index.php @@ -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 = '';