mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Now the fullsearch check is enabled by default
(perhaps it should be erased!)
This commit is contained in:
parent
f3799277d7
commit
acc22cef2d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@
|
|||
} else {
|
||||
echo '<input type="text" name="hook" size="20" value="" alt="'.$strsearch.'" /> ';
|
||||
}
|
||||
if ($fullsearch) {
|
||||
if ($fullsearch || $mode != 'search') {
|
||||
$fullsearchchecked = 'checked="checked"';
|
||||
} else {
|
||||
$fullsearchchecked = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue