public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-projects commit in forums/htdocs/admin: admin_users.php
@ 2010-10-05 10:40 Tom Knight (tomk)
  0 siblings, 0 replies; only message in thread
From: Tom Knight (tomk) @ 2010-10-05 10:40 UTC (permalink / raw
  To: gentoo-commits

tomk        10/10/05 10:40:40

  Modified:             admin_users.php
  Log:
  wrong year in comment

Revision  Changes    Path
1.12                 forums/htdocs/admin/admin_users.php

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/admin/admin_users.php?r1=1.11&r2=1.12

Index: admin_users.php
===================================================================
RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/admin/admin_users.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- admin_users.php	30 Jul 2009 06:38:50 -0000	1.11
+++ admin_users.php	5 Oct 2010 10:40:40 -0000	1.12
@@ -6,7 +6,7 @@
  *   copyright            : (C) 2001 The phpBB Group
  *   email                : support@phpbb.com
  *
- *   $Id: admin_users.php,v 1.11 2009/07/30 06:38:50 desultory Exp $
+ *   $Id: admin_users.php,v 1.12 2010/10/05 10:40:40 tomk Exp $
  *
  *
  ***************************************************************************/
@@ -273,7 +273,7 @@
 		
 		$user_unlock = ( isset($HTTP_POST_VARS['user_unlock']) ) ? 1 : 0;
 
-		// 2005-02-01 tomk - check the previous activation status, bug #121052
+		// 2006-02-01 tomk - check the previous activation status, bug #121052
 		if ( !$user_status && isset($HTTP_POST_VARS['previous_user_status']) && intval($HTTP_POST_VARS['previous_user_status']) == 1)
 		{
 			$user_require_activation_sql = ", user_require_activation = " . USER_ACTIVATION_DISABLED;
@@ -967,7 +967,7 @@
 		$s_hidden_fields = '<input type="hidden" name="mode" value="save" /><input type="hidden" name="agreed" value="true" /><input type="hidden" name="coppa" value="' . $coppa . '" />';
 		$s_hidden_fields .= '<input type="hidden" name="id" value="' . $this_userdata['user_id'] . '" />';
 		
-		// 2005-02-01 tomk - remember the previous activation status, bug #121052
+		// 2006-02-01 tomk - remember the previous activation status, bug #121052
 		$s_hidden_fields .= '<input type="hidden" name="previous_user_status" value="' . $this_userdata['user_active'] . '" />';
 
 		if( !empty($user_avatar_local) )






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-05 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 10:40 [gentoo-commits] gentoo-projects commit in forums/htdocs/admin: admin_users.php Tom Knight (tomk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox