diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-06-20 14:30:44 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-06-20 14:30:44 +0000 |
| commit | dc3b78642ff1dce1c3e5e765d54aa059a6b5259f (patch) | |
| tree | bdbc91da7d13601cadfc4c3b57a78ba648dea06d /index.php | |
| parent | 7967104140a4a01872864806b7e509011838ca07 (diff) | |
| download | search-dc3b78642ff1dce1c3e5e765d54aa059a6b5259f.tar.gz search-dc3b78642ff1dce1c3e5e765d54aa059a6b5259f.tar.bz2 search-dc3b78642ff1dce1c3e5e765d54aa059a6b5259f.zip | |
drop parameter in SearchLib create (?obsolite)
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.1 2005/06/19 05:04:25 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.2 2005/06/20 14:30:44 lsces Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -12,7 +12,7 @@ require_once( '../bit_setup_inc.php' ); require_once( SEARCH_PKG_PATH.'/search_lib.php'); // note: lib/search/searchlib.php is new. the old one was lib/searchlib.php -$searchlib = &new SearchLib($gBitSystem->db); +$searchlib = &new SearchLib(); $gBitSystem->verifyPackage( 'search' ); |
