|
From: Jon O. <jon...@us...> - 2005-10-02 16:16:34
|
Update of /cvsroot/mxbb/mx_import_tools/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1116/modules/mx_import_tools/admin Modified Files: admin_import_members.php Log Message: updated all file headers Index: admin_import_members.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/admin/admin_import_members.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_import_members.php 22 Sep 2005 10:26:27 -0000 1.2 --- admin_import_members.php 1 Oct 2005 14:13:17 -0000 1.3 *************** *** 1,12 **** <?php ! /** ! * Filename: admin_import_members.php ! * Description: ! * Author: Graham Eames (ph...@gr...) ! * Last Modified: 28-Feb-2004 ! * File Version: 1.1 * ! * 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$ */ |