summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-08-31 23:39:37 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-08-31 23:39:37 +0000
commit813fcddb704cd92e9abba041a90f27b93dcd4101 (patch)
treede09d0738b7625f2c6832e2999666ac90b49fb8a
parentc8def70943d443794bdc1fee0f46ac7cb01170a1 (diff)
downloadsearch-813fcddb704cd92e9abba041a90f27b93dcd4101.tar.gz
search-813fcddb704cd92e9abba041a90f27b93dcd4101.tar.bz2
search-813fcddb704cd92e9abba041a90f27b93dcd4101.zip
habile's fix for [ 2020508 ] search stats not working
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a883206..35cefdc 100644
--- a/index.php
+++ b/index.php
@@ -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"] : '');
}