From 588727c7e2b8954ec3dbde293cf4c4d68b119f9b Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 19 Jun 2006 18:38:29 +0000 Subject: Merge from 3.0 branch till 1185. --- buildscripts/index/api_index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildscripts/index/api_index.php') diff --git a/buildscripts/index/api_index.php b/buildscripts/index/api_index.php index ac2e37a7..c85fa267 100644 --- a/buildscripts/index/api_index.php +++ b/buildscripts/index/api_index.php @@ -25,6 +25,7 @@ class api_index $count = 0; foreach($files as $file) { + echo " processing $file...\n"; $content = $this->get_details($file, $this->_api); $doc = new Zend_Search_Lucene_Document(); @@ -86,8 +87,8 @@ class api_index if(is_file($filepath) && $entry[0] !== '_') $files[] = realpath($filepath); } - return $files; $d->close(); + return $files; } function get_doc_content($file) -- cgit v1.2.3