|
From: FlorinCB <ory...@us...> - 2009-01-24 17:04:36
|
Update of /cvsroot/mxbb/mx_phpbb In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12386 Modified Files: db_install.php db_upgrade.php Log Message: upg Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_install.php 6 Sep 2008 18:01:47 -0000 1.20 --- db_install.php 24 Jan 2009 17:04:31 -0000 1.21 *************** *** 33,37 **** } ! $mx_module_version = '2.0.5'; $mx_module_copy = 'Original MX-Publisher <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mx-publisher.com" target="_blank">Jon Ohlsson</a>'; --- 33,37 ---- } ! $mx_module_version = '2.0.6'; $mx_module_copy = 'Original MX-Publisher <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mx-publisher.com" target="_blank">Jon Ohlsson</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_upgrade.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_upgrade.php 6 Sep 2008 18:02:09 -0000 1.15 --- db_upgrade.php 24 Jan 2009 17:04:32 -0000 1.16 *************** *** 30,34 **** } ! $mx_module_version = '2.0.5'; $mx_module_copy = 'Original MX-Publisher <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.6'; $mx_module_copy = 'Original MX-Publisher <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; |