Skip to content

Commit

Permalink
MDL-22647 - Fixed undefined $strintro. Change $strintro to $strentries
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Jul 14, 2010
1 parent f21b363 commit b1b769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/glossary/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
$table = new html_table();

if ($usesections) {
$table->head = array ($strsectionname, $strname, $strintro);
$table->head = array ($strsectionname, $strname, $strentries);
$table->align = array ("CENTER", "LEFT", "CENTER");
} else {
$table->head = array ($strname, $strintro);
$table->head = array ($strname, $strentries);
$table->align = array ("LEFT", "CENTER");
}

Expand Down

0 comments on commit b1b769b

Please sign in to comment.