summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/mod_global_search.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php
index 0767a8d..28b491e 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.8 2008/01/26 23:19:59 nickpalmer Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.9 2008/04/09 08:16:03 lsces Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,13 +8,16 @@
* 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.8 2008/01/26 23:19:59 nickpalmer Exp $
+ * $Id: mod_global_search.php,v 1.9 2008/04/09 08:16:03 lsces Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
*/
-global $gLibertySystem;
+/**
+ * Initialization
+ */
+global $gLibertySystem;
require_once(SEARCH_PKG_PATH."search_lib.php");
if( empty( $contentTypes ) ) {