diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-09-07 10:51:48 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-09-07 10:51:48 +0000 |
| commit | e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c (patch) | |
| tree | f170fed518394ced2fbbad715987000bcbadeb13 /index.php | |
| parent | 66218f411b90848444d3a5b483e93c86c880ccd1 (diff) | |
| download | search-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.tar.gz search-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.tar.bz2 search-e4be7f0cf63e127d3f8226c2df7fdf8b6c68054c.zip | |
Default search to all site
Diffstat (limited to 'index.php')
| -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.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"]; } |
