Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/admin: admin_users.php
Date: Tue, 05 Oct 2010 10:40:46
Message-Id: 20101005104040.82BC520051@flycatcher.gentoo.org
1 tomk 10/10/05 10:40:40
2
3 Modified: admin_users.php
4 Log:
5 wrong year in comment
6
7 Revision Changes Path
8 1.12 forums/htdocs/admin/admin_users.php
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?r1=1.11&r2=1.12
13
14 Index: admin_users.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/admin/admin_users.php,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- admin_users.php 30 Jul 2009 06:38:50 -0000 1.11
21 +++ admin_users.php 5 Oct 2010 10:40:40 -0000 1.12
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2001 The phpBB Group
24 * email : support@×××××.com
25 *
26 - * $Id: admin_users.php,v 1.11 2009/07/30 06:38:50 desultory Exp $
27 + * $Id: admin_users.php,v 1.12 2010/10/05 10:40:40 tomk Exp $
28 *
29 *
30 ***************************************************************************/
31 @@ -273,7 +273,7 @@
32
33 $user_unlock = ( isset($HTTP_POST_VARS['user_unlock']) ) ? 1 : 0;
34
35 - // 2005-02-01 tomk - check the previous activation status, bug #121052
36 + // 2006-02-01 tomk - check the previous activation status, bug #121052
37 if ( !$user_status && isset($HTTP_POST_VARS['previous_user_status']) && intval($HTTP_POST_VARS['previous_user_status']) == 1)
38 {
39 $user_require_activation_sql = ", user_require_activation = " . USER_ACTIVATION_DISABLED;
40 @@ -967,7 +967,7 @@
41 $s_hidden_fields = '<input type="hidden" name="mode" value="save" /><input type="hidden" name="agreed" value="true" /><input type="hidden" name="coppa" value="' . $coppa . '" />';
42 $s_hidden_fields .= '<input type="hidden" name="id" value="' . $this_userdata['user_id'] . '" />';
43
44 - // 2005-02-01 tomk - remember the previous activation status, bug #121052
45 + // 2006-02-01 tomk - remember the previous activation status, bug #121052
46 $s_hidden_fields .= '<input type="hidden" name="previous_user_status" value="' . $this_userdata['user_active'] . '" />';
47
48 if( !empty($user_avatar_local) )