diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2007-10-01 21:26:39 +0200 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2007-10-01 21:26:39 +0200 |
commit | 544a3ce376ff218d55e0e211819bad06733bbb99 (patch) | |
tree | 57fa8cee749a09472dc6fbce0de1145493afce73 | |
parent | ef38bfe8bb5e72af7ca6f9b442f1d95dfb1d1e0b (diff) | |
download | rpg-544a3ce376ff218d55e0e211819bad06733bbb99.tar.gz rpg-544a3ce376ff218d55e0e211819bad06733bbb99.tar.bz2 |
Remove extraneous print statement
darcs-hash:20071001192639-6942e-f7abb7a91f0b3d9c42267df233815debbdd5ad58.gz
-rw-r--r-- | inc/indexer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index bc92a9a83..54d57611a 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -425,7 +425,6 @@ function idx_getIndexWordsSorted($words,&$result){ if(!empty($tokenwild)) sort($indexes_known); // get word IDs $wids = array(); - echo "\n"; foreach($indexes_known as $ixlen){ $word_idx = idx_getIndex('w',$ixlen); // handle exact search |