summaryrefslogtreecommitdiffstats
path: root/src/search_php.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-04 17:59:31 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-04 17:59:31 (GMT)
commit22eb9881c15ad001246cfcde1c727a2f98f472df (patch)
treec777493c5b4e995749975a8c04c2e5990035a641 /src/search_php.h
parent22dc10cfbe5042f21b9d706e5e8bb41749f65786 (diff)
downloadDoxygen-22eb9881c15ad001246cfcde1c727a2f98f472df.zip
Doxygen-22eb9881c15ad001246cfcde1c727a2f98f472df.tar.gz
Doxygen-22eb9881c15ad001246cfcde1c727a2f98f472df.tar.bz2
Release-1.4.5
Diffstat (limited to 'src/search_php.h')
-rw-r--r--src/search_php.h2
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"