Now the fullsearch check is enabled by default

(perhaps it should be erased!)
This commit is contained in:
stronk7 2005-04-19 23:36:46 +00:00
parent f3799277d7
commit acc22cef2d

View file

@ -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 = '';