|
From: Jon O. <jon...@us...> - 2005-10-02 18:46:18
|
Update of /cvsroot/mxbb/mx_import_tools/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1116/modules/mx_import_tools/includes Modified Files: functions_mod_user.php Log Message: updated all file headers Index: functions_mod_user.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/includes/functions_mod_user.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_mod_user.php 22 Sep 2005 10:26:27 -0000 1.2 --- functions_mod_user.php 1 Oct 2005 14:13:17 -0000 1.3 *************** *** 1,14 **** <?php ! /** ! * Filename: functions_mod_user.php ! * Description: A library consisting of a user class and some wrapper ! * functions which can be used by MOD authors to handle ! * user registration ! * Author: Graham Eames (ph...@gr...) ! * Last Modified: 20-Aug-2004 ! * File Version: 1.2 * ! * Acknowlegments: A few pieces of code in this come from usercp_register.php ! * Much of the rest is adapted from my convertors */ --- 1,13 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Graham Eames (ph...@gr...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- * ! * $Id$ */ *************** *** 19,26 **** * (at your option) any later version. */ ! // This code requires certain functions to be included, so we'll include the ! // files just in case they are not already used on the calling page ! // NB. This requires that the calling script has set the $phpbb_root_path variable ! // and also that the $db object has been initialized include_once( $phpbb_root_path . 'includes/functions_validate.' . $phpEx ); include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); --- 18,22 ---- * (at your option) any later version. */ ! include_once( $phpbb_root_path . 'includes/functions_validate.' . $phpEx ); include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); |