mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-22647 - Fixed undefined $strintro. Change $strintro to $strentries
This commit is contained in:
parent
f21b363042
commit
b1b769b046
@ -58,10 +58,10 @@ $strentries = get_string("entries", "glossary");
|
||||
$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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user