diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:31:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:31:56 +0000 |
| commit | 3172af6dd13e95e43f39565e58abe97f7dd01205 (patch) | |
| tree | 2963d4f674549f69a19a1c919c259b2f0db6886a /modules | |
| parent | 831fd06a3709500a46ff4a1dc90cfae456a5cb02 (diff) | |
| download | search-3172af6dd13e95e43f39565e58abe97f7dd01205.tar.gz search-3172af6dd13e95e43f39565e58abe97f7dd01205.tar.bz2 search-3172af6dd13e95e43f39565e58abe97f7dd01205.zip | |
merge recent changes into HEAD
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_global_search.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php index 47c8ca3..cf6e931 100644 --- a/modules/mod_global_search.php +++ b/modules/mod_global_search.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.2 2005/11/22 07:27:44 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.3 2005/12/18 22:31:56 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,12 +8,13 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: mod_global_search.php,v 1.2 2005/11/22 07:27:44 squareing Exp $ + * $Id: mod_global_search.php,v 1.3 2005/12/18 22:31:56 squareing Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage modules */ -vd($gLibertySystem->mContentTypes); +global $gLibertySystem; +//vd($gLibertySystem->mContentTypes); foreach( $gLibertySystem->mContentTypes as $cType ) { $contentTypes[$cType['content_type_guid']] = $cType['content_description']; } |
