|
From: MW <jo...@us...> - 2008-02-05 18:37:39
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20849/modules/mx_coreblocks Modified Files: db_install.php db_upgrade.php Log Message: yet a bunch of more updates of MX-Publisher references, the last of the easy ones. still 344 references till mxbb left in core code, but mostly vars, const and parameters. Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/db_install.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_install.php 5 Feb 2008 10:31:14 -0000 1.8 --- db_install.php 5 Feb 2008 18:37:20 -0000 1.9 *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 5 Feb 2008 10:31:15 -0000 1.9 --- db_upgrade.php 5 Feb 2008 18:37:20 -0000 1.10 *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; |