mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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 {
|
} else {
|
||||||
echo '<input type="text" name="hook" size="20" value="" alt="'.$strsearch.'" /> ';
|
echo '<input type="text" name="hook" size="20" value="" alt="'.$strsearch.'" /> ';
|
||||||
}
|
}
|
||||||
if ($fullsearch) {
|
if ($fullsearch || $mode != 'search') {
|
||||||
$fullsearchchecked = 'checked="checked"';
|
$fullsearchchecked = 'checked="checked"';
|
||||||
} else {
|
} else {
|
||||||
$fullsearchchecked = '';
|
$fullsearchchecked = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue