|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:19
|
Update of /cvsroot/mxbb/core/install/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/includes Modified Files: template.php functions_install.php Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/template.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** template.php 5 May 2007 20:40:26 -0000 1.3 --- template.php 4 Feb 2008 15:58:08 -0000 1.4 *************** *** 2,10 **** /** * ! * @package mxBB Installation * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ Index: functions_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_install.php 18 Jan 2008 10:28:37 -0000 1.4 --- functions_install.php 4 Feb 2008 15:58:08 -0000 1.5 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2006 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2006 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ |