|
From: mhewitson <mhe...@us...> - 2007-01-30 16:26:50
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17532/core/modules/mx_textblocks Modified Files: db_install.php db_upgrade.php Log Message: References to www.mxbb-portal.com replaced with www.mxbb.net Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 2 May 2006 23:22:17 -0000 1.3 --- db_install.php 30 Jan 2007 16:26:08 -0000 1.4 *************** *** 32,36 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; *************** *** 51,53 **** echo "</table><br />"; ! ?> \ No newline at end of file --- 51,53 ---- echo "</table><br />"; ! ?> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 2 May 2006 23:22:17 -0000 1.3 --- db_upgrade.php 30 Jan 2007 16:26:08 -0000 1.4 *************** *** 32,36 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; $message = "<b>Upgrading!</b><br/><br/>"; *************** *** 51,53 **** echo "</table><br />"; ! ?> \ No newline at end of file --- 51,53 ---- echo "</table><br />"; ! ?> |