summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-10 23:53:39 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-10 23:53:39 +0000
commit1631fe453fe890f65bcb20560ff8e40a39d1afeb (patch)
treef7076afde961aa3adbb59a0998ec41de7caa96e8 /index.php
parentcecaddbfcaf1da0450a9902026e391effa04be75 (diff)
downloadsearch-1631fe453fe890f65bcb20560ff8e40a39d1afeb.tar.gz
search-1631fe453fe890f65bcb20560ff8e40a39d1afeb.tar.bz2
search-1631fe453fe890f65bcb20560ff8e40a39d1afeb.zip
Tidy to standardise on 'All Content' rather than 'Entire Site' and 'All Site'
Included in $contentType hash like elsewhere
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0b26bb6..3f44a1d 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.11 2006/02/10 23:19:38 lsces Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.12 2006/02/10 23:53:39 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.
@@ -18,6 +18,7 @@ $gBitSystem->verifyPackage( 'search' );
/* contentType list created in mod_package_search.php at present
if ( empty($contentTypes) ) {
+ $contentTypes = array( '' => 'All Content' );
foreach( $gLibertySystem->mContentTypes as $cType ) {
$contentTypes[$cType['content_type_guid']] = $cType['content_description'];
}