From acc22cef2dd38d2e8f6094f2fcb1718d50aad70b Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 19 Apr 2005 23:36:46 +0000 Subject: [PATCH] Now the fullsearch check is enabled by default (perhaps it should be erased!) --- mod/glossary/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/view.php b/mod/glossary/view.php index 3bfc417a7c5..d875012c437 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -262,7 +262,7 @@ } else { echo ' '; } - if ($fullsearch) { + if ($fullsearch || $mode != 'search') { $fullsearchchecked = 'checked="checked"'; } else { $fullsearchchecked = '';