diff options
Diffstat (limited to 'src/search_php.h')
-rw-r--r-- | src/search_php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search_php.h b/src/search_php.h index 51ccea1..f155f5f 100644 --- a/src/search_php.h +++ b/src/search_php.h @@ -302,7 +302,7 @@ " if (!in_array($word,$foundWords))\n" " {\n" " $foundWords[]=$word;\n" -" search($file,$word,$results);\n" +" search($file,strtolower($word),$results);\n" " }\n" " $word=strtok(\" \");\n" " }\n" |