|
From: Justin H. <jus...@us...> - 2005-10-16 14:09:19
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6906/mx_who_am_i Modified Files: changelog.txt mx_who_am_i.php readme.txt Log Message: Tidy up of headers and correct wrong version number. Index: changelog.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/changelog.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog.txt 14 Oct 2005 20:37:32 -0000 1.1 --- changelog.txt 16 Oct 2005 14:09:03 -0000 1.2 *************** *** 2,13 **** | | subject : mx-portal, CMS & portal, module ! | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System - | author : horace & retorq (see below) - | email : ho...@em... | mxBB project site : www.mx-system.com | ! | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... --- 2,15 ---- | | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com ! | author email : ho...@em... ! | ! | additional credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... *************** *** 34,38 **** /********************************************************************************\ ! | Version 1.0 - First Public Release \********************************************************************************/ --- 36,40 ---- /********************************************************************************\ ! | Version 1.0 - First Public Release (horace) \********************************************************************************/ *************** *** 40,44 **** /********************************************************************************\ ! | Version 0.1 - Initial Beta Release \********************************************************************************/ --- 42,46 ---- /********************************************************************************\ ! | Version 0.1 - Initial Beta Release (horace) \********************************************************************************/ Index: mx_who_am_i.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/mx_who_am_i.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_who_am_i.php 14 Oct 2005 20:37:32 -0000 1.1 --- mx_who_am_i.php 16 Oct 2005 14:09:03 -0000 1.2 *************** *** 3,14 **** | | subject : mx-portal, CMS & portal, module ! | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System - | author : horace & retorq (see below) - | email : ho...@em... | mxBB project site : www.mx-system.com | ! | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... --- 3,16 ---- | | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com ! | author email : ho...@em... ! | ! | additional credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 14 Oct 2005 20:37:32 -0000 1.1 --- readme.txt 16 Oct 2005 14:09:03 -0000 1.2 *************** *** 2,13 **** | | subject : mx-portal, CMS & portal, module ! | name : Who Am I | begin : october, 2005 | copyright : (C) 2002-2005 MX-System - | author : horace & retorq (see below) - | email : ho...@em... | mxBB project site : www.mx-system.com | ! | credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... --- 2,15 ---- | | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i | begin : october, 2005 | copyright : (C) 2002-2005 MX-System | mxBB project site : www.mx-system.com | ! | author : horace (see additional credit below) ! | author site : www.empire-wars.com ! | author email : ho...@em... ! | ! | additional credit : This module is based on the mx_loggedin function | created by RETORQ. | re...@di... |