summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-09-07 10:51:48 +0000
committerLester Caine <lester@lsces.co.uk>2006-09-07 10:51:48 +0000
commite4be7f0cf63e127d3f8226c2df7fdf8b6c68054c (patch)
treef170fed518394ced2fbbad715987000bcbadeb13
parent66218f411b90848444d3a5b483e93c86c880ccd1 (diff)
downloadsearch-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.tar.gz
search-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.tar.bz2
search-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.zip
Default search to all site
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f5802d1..c7d2ddd 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.17 2006/06/29 21:26:29 windblown Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.18 2006/09/07 10:51:48 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.
@@ -38,7 +38,7 @@ if ($gBitSystem->isFeatureActive("stats_search")) {
$searchlib->register_search(isset($_REQUEST["words"]) ? $_REQUEST["words"] : '');
}
-$content_type_guid = 'pages';
+$content_type_guid = '';
if (isset($_REQUEST["content_type_guid"])) {
$content_type_guid = $_REQUEST["content_type_guid"];
}