diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-31 23:39:37 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-31 23:39:37 +0000 |
| commit | 813fcddb704cd92e9abba041a90f27b93dcd4101 (patch) | |
| tree | de09d0738b7625f2c6832e2999666ac90b49fb8a | |
| parent | c8def70943d443794bdc1fee0f46ac7cb01170a1 (diff) | |
| download | search-813fcddb704cd92e9abba041a90f27b93dcd4101.tar.gz search-813fcddb704cd92e9abba041a90f27b93dcd4101.tar.bz2 search-813fcddb704cd92e9abba041a90f27b93dcd4101.zip | |
habile's fix for [ 2020508 ] search stats not working
| -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.24 2008/06/25 22:21:23 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.25 2008/08/31 23:39:37 laetzer 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. @@ -34,7 +34,7 @@ if( !empty($_REQUEST["highlight"]) ) { die; } -if ($gBitSystem->isFeatureActive("stats_search")) { +if ($gBitSystem->isFeatureActive("search_stats")) { $searchlib->register_search(isset($_REQUEST["words"]) ? $_REQUEST["words"] : ''); } |
