mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-17164: Glossary autolinking doesn't work for entries similar to current entry
This commit is contained in:
parent
4e489ae92e
commit
9bef587a84
2 changed files with 11 additions and 5 deletions
|
@ -693,11 +693,6 @@ function glossary_print_entry_definition($entry) {
|
|||
$ttpresent = false;
|
||||
}
|
||||
|
||||
$links = array();
|
||||
$tags = array();
|
||||
$urls = array();
|
||||
$addrs = array();
|
||||
|
||||
global $GLOSSARY_EXCLUDECONCEPTS;
|
||||
|
||||
//Calculate all the strings to be no-linked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue