summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-04-09 08:16:03 +0000
committerLester Caine <lester@lsces.co.uk>2008-04-09 08:16:03 +0000
commite8b3d3d0f32535087009eafdb4cfe128fe351ab8 (patch)
treec1b880434c5a01cccb8571bffd279da66b39dddf /modules
parent15e3e16cc1f3373a2bf45d9b750c83c63e1bfa72 (diff)
downloadsearch-e8b3d3d0f32535087009eafdb4cfe128fe351ab8.tar.gz
search-e8b3d3d0f32535087009eafdb4cfe128fe351ab8.tar.bz2
search-e8b3d3d0f32535087009eafdb4cfe128fe351ab8.zip
phpdoc commentR202
Diffstat (limited to 'modules')
-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 ) ) {