diff --git a/include/results.inc b/include/results.inc index be518bdc7..94c6d8d5c 100644 --- a/include/results.inc +++ b/include/results.inc @@ -66,7 +66,7 @@ EOB; echo "\n"; if($show_attrib): echo <<results by EOB; endif; diff --git a/quickref.php b/quickref.php index 25b67c423..beb452064 100644 --- a/quickref.php +++ b/quickref.php @@ -156,7 +156,7 @@ if(!is_array($data)) { if(is_array($res) && $res['ResultSet']['totalResultsAvailable'] > 0) { // Ok, we got some results from the search backend echo "

Site Search Results

\n"; - search_results($res, $notfound, 'local', 10, 0, $LANG, false, false, false); + search_results($res, $notfound, 'local', 10, 0, $LANG, false, false, true); echo '
'; } }