|
From: OryNider <ory...@us...> - 2007-12-18 07:30:13
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22896/mx_phpbb2blocks Modified Files: db_install.php db_upgrade.php Log Message: Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 5 May 2007 20:13:39 -0000 1.3 --- db_install.php 18 Dec 2007 07:30:01 -0000 1.4 *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Last Posts</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 21 Jul 2007 23:08:19 -0000 1.4 --- db_upgrade.php 18 Dec 2007 07:30:01 -0000 1.5 *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Last Posts</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; |