diff --git a/core/module/search/search.php b/core/module/search/search.php index d970d71e..ce10798d 100644 --- a/core/module/search/search.php +++ b/core/module/search/search.php @@ -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 .= '


Mot clef trouvé dans la page : '.$key2.'

'; } @@ -149,4 +149,4 @@ class search extends common { } } -?> \ No newline at end of file +?>