|
From: Florin C B. <ory...@us...> - 2013-06-28 15:36:47
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1852/mx_textblocks Modified Files: db_install.php db_upgrade.php mx_textblock_bbcode.php mx_textblock_html.php mx_textblock_multi.php Log Message: mxpcms since mx-publisher domain is out Index: mx_textblock_html.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_html.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_textblock_html.php 17 Jun 2008 16:32:57 -0000 1.19 --- mx_textblock_html.php 28 Jun 2013 15:36:45 -0000 1.20 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 16 Feb 2008 21:42:41 -0000 1.13 --- db_upgrade.php 28 Jun 2013 15:36:45 -0000 1.14 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; Index: mx_textblock_multi.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_multi.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_textblock_multi.php 9 Mar 2008 23:39:14 -0000 1.24 --- mx_textblock_multi.php 28 Jun 2013 15:36:45 -0000 1.25 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 16 Feb 2008 21:42:41 -0000 1.10 --- db_install.php 28 Jun 2013 15:36:44 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; Index: mx_textblock_bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_bbcode.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_textblock_bbcode.php 6 Nov 2008 00:47:09 -0000 1.19 --- mx_textblock_bbcode.php 28 Jun 2013 15:36:45 -0000 1.20 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |