diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-10 23:53:39 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-10 23:53:39 +0000 |
| commit | 1631fe453fe890f65bcb20560ff8e40a39d1afeb (patch) | |
| tree | f7076afde961aa3adbb59a0998ec41de7caa96e8 /index.php | |
| parent | cecaddbfcaf1da0450a9902026e391effa04be75 (diff) | |
| download | search-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.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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']; } |
