summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:48 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:48 +0000
commit437f22fb08e220ceaf872d6ae0f98404ff1b2567 (patch)
treea88db376013effd50f5824f3928c325b7959c35f /admin
parentf98775dd2cac9f4fb3a3462b8787d0adf6005ca0 (diff)
downloadsearch-437f22fb08e220ceaf872d6ae0f98404ff1b2567.tar.gz
search-437f22fb08e220ceaf872d6ae0f98404ff1b2567.tar.bz2
search-437f22fb08e220ceaf872d6ae0f98404ff1b2567.zip
further paermission renaming and cleanup
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_search_inc.php6
-rw-r--r--admin/schema_inc.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/admin/admin_search_inc.php b/admin/admin_search_inc.php
index d2fa69b..740dcb6 100644
--- a/admin/admin_search_inc.php
+++ b/admin/admin_search_inc.php
@@ -1,17 +1,17 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.3 2005/11/22 07:27:44 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.4 2006/02/06 22:56:48 squareing 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.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
$formSearchToggles = array(
- 'feature_search_fulltext' => array(
+ 'search_fulltext' => array(
'label' => 'Fulltext Search',
'note' => 'Enable Fulltext Search of all content. This enables users to serach the content of wiki pages, articles, blogs and other similar content.',
// 'page' => 'FullTextSearch',
),
- 'feature_search_stats' => array(
+ 'search_stats' => array(
'label' => 'Search Statistics',
'note' => 'Record searches made and their frequency.',
// 'page' => 'SearchStats',
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index a747dde..b83ab1d 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -55,8 +55,8 @@ $gBitInstaller->registerPackageInfo( SEARCH_PKG_NAME, array(
// ### Default Preferences
$gBitInstaller->registerPreferences( SEARCH_PKG_NAME, array(
- array(SEARCH_PKG_NAME, 'feature_search_fulltext','y'),
- array(SEARCH_PKG_NAME, 'feature_search_stats','n'),
+ array(SEARCH_PKG_NAME, 'search_fulltext','y'),
+ array(SEARCH_PKG_NAME, 'search_stats','n'),
array(SEARCH_PKG_NAME, 'search_refresh_rate','5'),
array(SEARCH_PKG_NAME, 'search_min_wordlength','3'),
array(SEARCH_PKG_NAME, 'search_max_syllwords','100'),