mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-18901 formatXXX fields - changed missed occurrence
This commit is contained in:
parent
872db4b794
commit
4e1cb3397e
@ -72,7 +72,7 @@ class block_glossary_random extends block_base {
|
||||
break;
|
||||
}
|
||||
|
||||
if ($entry = $DB->get_records_sql("SELECT concept, definition, format
|
||||
if ($entry = $DB->get_records_sql("SELECT concept, definition, definitionformat
|
||||
FROM {glossary_entries}
|
||||
WHERE glossaryid = ? AND approved = 1
|
||||
ORDER BY timemodified $SORT", array($this->config->glossary), $limitfrom, $limitnum)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user