From 3401d1e6c7e76c22f9cefb0c5bc092536ddfa8f7 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Sat, 3 Oct 2009 00:15:01 +0000 Subject: changed include('API_index.php') to lowercase api_index.php as most non-Windows platforms are case-sensitive about filenames. --- buildscripts/index/build.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildscripts') diff --git a/buildscripts/index/build.php b/buildscripts/index/build.php index 0caaafb2..c02f94ae 100644 --- a/buildscripts/index/build.php +++ b/buildscripts/index/build.php @@ -24,7 +24,7 @@ require_once ('Zend/Search/Lucene.php'); //get the indexers. include('quickstart_index.php'); -include('API_index.php'); +include('api_index.php'); if(isset($argv[1])) { @@ -62,4 +62,4 @@ else echo "Usage: 'php build.php quickstart' or 'php build.php api'\n"; } -?> \ No newline at end of file +?> -- cgit v1.2.3