Skip to content

Commit

Permalink
Merge branch 'MDL-20501_m21' of git://github.com/rwijaya/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed Aug 10, 2011
2 parents 9271414 + 2154de3 commit 4f4cbba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mod/survey/index.php
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 4f4cbba

Please sign in to comment.