[geeklog-cvs] geeklog-1.3/public_html users.php,1.52,1.53

dhaun at geeklog.net dhaun at geeklog.net
Sun Feb 23 09:57:14 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv1180/public_html

Modified Files:
	users.php 
Log Message:
Added support for new plugin functions plugin_user_create_<pluginname> and plugin_user_delete_<pluginname> to help plugins manage additional user-related tables (e.g. extended user information).


Index: users.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/users.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** users.php	7 Feb 2003 00:29:32 -0000	1.52
--- users.php	23 Feb 2003 14:57:12 -0000	1.53
***************
*** 9,17 ****
  // |                                                                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000,2001 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs       - tony at tonybibbs.com                            |
! // |          Mark Limburg     - mlimburg at users.sourceforge.net                |
! // |          Jason Wittenburg - jwhitten at securitygeeks.com                    |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 9,18 ----
  // |                                                                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2003 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs        - tony at tonybibbs.com                           |
! // |          Mark Limburg      - mlimburg at users.sourceforge.net               |
! // |          Jason Whittenburg - jwhitten at securitygeeks.com                   |
! // |          Dirk Haun         - dirk at haun-online.de                          |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 445,449 ****
  			    custom_usercreate($uid);
  			}
! 			
              return COM_refresh($_CONF['site_url'] . '/index.php?msg=' . $msg);
          } else {
--- 446,452 ----
  			    custom_usercreate($uid);
  			}
! 
!             PLG_createUser ($uid);
! 
              return COM_refresh($_CONF['site_url'] . '/index.php?msg=' . $msg);
          } else {





More information about the geeklog-cvs mailing list