summaryrefslogtreecommitdiffstats
path: root/src/search_php.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-10-04 17:59:31 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-10-04 17:59:31 (GMT)
commitc1cf420f89fe57c162372b66bca70ff2e055f48f (patch)
treec777493c5b4e995749975a8c04c2e5990035a641 /src/search_php.h
parentb3063065e56a63056b094b58a883856267e32db3 (diff)
downloadDoxygen-c1cf420f89fe57c162372b66bca70ff2e055f48f.zip
Doxygen-c1cf420f89fe57c162372b66bca70ff2e055f48f.tar.gz
Doxygen-c1cf420f89fe57c162372b66bca70ff2e055f48f.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"