Rev 172 Rev 185
Line 246... Line 246...
246 246
247 // If we've reached the search limit, stop here... 247 // If we've reached the search limit, stop here...
248 if (!$numSearchResults) 248 if (!$numSearchResults)
249 { 249 {
250 $url = $config->getURL($rep, $path, "log"); 250 $url = $config->getURL($rep, $path, "log");
251 $vars["logsearch_moreresultslink"] = "<a href=\"${url}rev=$rev&amp;&sc=$showchanged&amp;isdir=$isDir&logsearch=1&search=$search&fr=$thisrev\">${lang["MORERESULTS"]}</a>"; 251 $vars["logsearch_moreresultslink"] = "<a href=\"${url}rev=$rev&amp;sc=$showchanged&amp;isdir=$isDir&amp;logsearch=1&amp;search=$search&amp;fr=$thisrev\">${lang["MORERESULTS"]}</a>";
252 break; 252 break;
253 } 253 }
254 } 254 }
255 255
256 $vars["logsearch_resultsfound"] = true; 256 $vars["logsearch_resultsfound"] = true;