diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:46:24 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:46:24 +0000 |
| commit | 656623ad5f8315a1994232734e5e309661f7a7c5 (patch) | |
| tree | a34d5e9ce39406d597f8631f20afbcb26bfd6fbf /module_controls_inc.php | |
| parent | 75f4060746db5b6c35e400a0b6c5c02450629106 (diff) | |
| download | users-656623ad5f8315a1994232734e5e309661f7a7c5.tar.gz users-656623ad5f8315a1994232734e5e309661f7a7c5.tar.bz2 users-656623ad5f8315a1994232734e5e309661f7a7c5.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'module_controls_inc.php')
| -rw-r--r-- | module_controls_inc.php | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/module_controls_inc.php b/module_controls_inc.php index 6433db4..d2a0957 100644 --- a/module_controls_inc.php +++ b/module_controls_inc.php @@ -1,8 +1,18 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/module_controls_inc.php,v 1.1 2005/06/19 05:12:22 bitweaver Exp $ -// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. -// 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. +/** + * $Header: /cvsroot/bitweaver/_bit_users/module_controls_inc.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $ + * + * Copyright (c) 2004 bitweaver.org + * Copyright (c) 2003 tikwiki.org + * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. + * 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: module_controls_inc.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $ + * @package users + * @subpackage functions + */ + $check_req = (isset($_REQUEST["mc_unassign"]) || isset($_REQUEST["mc_up"]) || isset($_REQUEST["mc_down"]) |
