|
From: Horace <jus...@us...> - 2006-11-23 16:34:53
|
Update of /cvsroot/mxbb/mx_who_am_i/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23125 Modified Files: mx_common.php Log Message: Corrected some spellings and changed my author details. Index: mx_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/includes/mx_common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_common.php 29 Jun 2006 19:10:10 -0000 1.6 --- mx_common.php 23 Nov 2006 16:34:45 -0000 1.7 *************** *** 1,12 **** <?php - /** - * - * @package mxBB Portal Module - mx_who_am_i - * @version $Id$ - * @copyright (c) 2002-2006 [Horace] mxBB Project Team - * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 - * - */ - /********************************************************************************\ | --- 1,3 ---- *************** *** 18,23 **** | | 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 --- 9,14 ---- | | author : horace (see additional credit below) ! | author site : www.sketchworkproductions.com ! | author email : j.h...@sk... | | additional credit : This module is based on the mx_loggedin function *************** *** 25,42 **** | re...@di... | www.digitalhijinx.com ! | ! | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. | ! \********************************************************************************/ ! ! /********************************************************************************\ | ! | This program is free software; you can redistribute it and/or modify ! | it under the terms of the GNU General Public License as published by ! | the Free Software Foundation; either version 2 of the License, or ! | (at your option) any later version. | \********************************************************************************/ --- 16,31 ---- | re...@di... | www.digitalhijinx.com ! | ! | description : The "Who Am I" block is a block that | will be visable only to registered users who are | logged in. It can be used to quickly display | statistics and current user image. | ! |********************************************************************************| | ! | @package mxBB Portal Module - mx_calendar ! | @version $Id$ ! | @copyright (c) 2002-2006 [Horace] mxBB Project Team ! | @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 | \********************************************************************************/ |