I broke this with my last commit, fixing.

This commit is contained in:
defacer 2005-04-20 21:46:33 +00:00
parent bb9a34a347
commit cb88fbddec

View File

@ -75,6 +75,8 @@ class block_glossary_random extends block_base {
' AND approved = 1 '.
'ORDER BY timemodified '.$SORT.' '.$LIMIT)) {
$entry = reset($entry);
if (empty($this->config->showconcept)) {
$text = '';
} else {