summaryrefslogtreecommitdiff
path: root/modules/mod_category_suckerfish.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-06-22 10:16:25 +0000
committerLester Caine <lester@lsces.co.uk>2007-06-22 10:16:25 +0000
commit2af92a0a08107f08b9dfb1759a04f2ae88826b81 (patch)
tree5dffd0765d018c96d4bf3892c0c05d99122eb7b2 /modules/mod_category_suckerfish.php
parente6c43b75144e3d7204b880f72e354a705d6a9e48 (diff)
downloadpigeonholes-2af92a0a08107f08b9dfb1759a04f2ae88826b81.tar.gz
pigeonholes-2af92a0a08107f08b9dfb1759a04f2ae88826b81.tar.bz2
pigeonholes-2af92a0a08107f08b9dfb1759a04f2ae88826b81.zip
Add phpdoc comment blocks
Diffstat (limited to 'modules/mod_category_suckerfish.php')
-rw-r--r--modules/mod_category_suckerfish.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/mod_category_suckerfish.php b/modules/mod_category_suckerfish.php
index 27e934d..09e120b 100644
--- a/modules/mod_category_suckerfish.php
+++ b/modules/mod_category_suckerfish.php
@@ -1,17 +1,20 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_pigeonholes/modules/mod_category_suckerfish.php,v 1.3 2007/06/10 19:23:06 nickpalmer Exp $
+ * $Header: /cvsroot/bitweaver/_bit_pigeonholes/modules/mod_category_suckerfish.php,v 1.4 2007/06/22 10:16:25 lsces Exp $
*
* Copyright (c) 2007 bitweaver.org
*
* 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_category_suckerfish.php,v 1.3 2007/06/10 19:23:06 nickpalmer Exp $
+ * $Id: mod_category_suckerfish.php,v 1.4 2007/06/22 10:16:25 lsces Exp $
* @package pigeonholes
* @subpackage modules
*/
+/**
+ * Initial Setup
+ */
global $gBitSmarty, $gQueryUserId, $gBitThemes, $module_rows, $moduleParams, $gBitSystem;
$module_rows = $moduleParams['module_rows'];