Update search.php

This commit is contained in:
Fred 2019-06-21 10:29:27 +02:00 committed by GitHub
parent 2be1cdac5c
commit 05ac12b011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class search extends common {
// Recherche et affichage des occurrences
do {
$occu = stristr($value3,$motclef);
if ($occu !== '') {
if ($occu != '') {
if ($key2!=$dejavu) {
$result .= '<p><br/>Mot clef trouv&eacute; dans la page : <a href="./?'.$key2.'" target="_blank" rel="noopener">'.$key2.'</a><br/></p>';
}
@ -149,4 +149,4 @@ class search extends common {
}
}
?>
?>