summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index c7d2ddd..dfa38fe 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.18 2006/09/07 10:51:48 lsces Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.19 2006/09/07 18:43:23 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.
@@ -16,7 +16,8 @@ $searchlib = &new SearchLib();
$gBitSystem->verifyPackage( 'search' );
-/* contentType list created in mod_package_search.php at present
+// contentType list created in mod_package_search.php at present
+// but this is left in case a different search option is used
if ( empty($contentTypes) ) {
$contentTypes = array( '' => 'All Content' );
foreach( $gLibertySystem->mContentTypes as $cType ) {
@@ -24,7 +25,6 @@ if ( empty($contentTypes) ) {
}
$gBitSmarty->assign( 'contentTypes', $contentTypes );
}
-*/
if( !empty($_REQUEST["highlight"]) ) {
$_REQUEST["words"]=$_REQUEST["highlight"];