summaryrefslogtreecommitdiff
path: root/admin/index.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 /admin/index.php
parent75f4060746db5b6c35e400a0b6c5c02450629106 (diff)
downloadusers-656623ad5f8315a1994232734e5e309661f7a7c5.tar.gz
users-656623ad5f8315a1994232734e5e309661f7a7c5.tar.bz2
users-656623ad5f8315a1994232734e5e309661f7a7c5.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'admin/index.php')
-rw-r--r--admin/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 49471a2..7b2546c 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.1 2005/06/19 05:12:23 bitweaver Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.2 2005/06/28 07:46:23 spiderr 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.
@@ -73,6 +73,8 @@ if (isset($_REQUEST["newuser"])) {
$newUser = new BitPermUser();
// Check if the user already exists
+ // jht 2005-06-22_23:51:58 flag this user store as coming from admin page -- a kludge
+ $_REQUEST['admin_add'] = 1;
if( $newUser->store( $_REQUEST ) ) {
$smarty->assign( 'addSuccess', "User Added Successfully" );
} else {