summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:46:24 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:46:24 +0000
commit656623ad5f8315a1994232734e5e309661f7a7c5 (patch)
treea34d5e9ce39406d597f8631f20afbcb26bfd6fbf /assigned_modules.php
parent75f4060746db5b6c35e400a0b6c5c02450629106 (diff)
downloadusers-656623ad5f8315a1994232734e5e309661f7a7c5.tar.gz
users-656623ad5f8315a1994232734e5e309661f7a7c5.tar.bz2
users-656623ad5f8315a1994232734e5e309661f7a7c5.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'assigned_modules.php')
-rw-r--r--assigned_modules.php19
1 files changed, 16 insertions, 3 deletions
diff --git a/assigned_modules.php b/assigned_modules.php
index 1c166dd..236aaf8 100644
--- a/assigned_modules.php
+++ b/assigned_modules.php
@@ -1,11 +1,24 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.1 2005/06/19 05:12:22 bitweaver Exp $
-// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
+/**
+ * assigned_modules
+ *
+ * @author spider <spider@steelsun.com>
+ * @version $Revision: 1.2 $
+ * @package users
+ * @subpackage functions
+ * @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
+ * @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+ */
+// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.2 2005/06/28 07:46:22 spiderr Exp $
// 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.
// Initialization
+
global $gEditMode;
$gEditMode = 'layout';
+
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( KERNEL_PKG_PATH.'mod_lib.php' );