|
From: FlorinCB <ory...@us...> - 2008-09-06 18:02:18
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23837 Modified Files: db_install.php db_upgrade.php Log Message: upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** db_install.php 23 Jun 2008 21:15:31 -0000 1.19 --- db_install.php 6 Sep 2008 18:01:47 -0000 1.20 *************** *** 33,37 **** } ! $mx_module_version = '2.0.4'; $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.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>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_upgrade.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_upgrade.php 23 Jun 2008 21:15:32 -0000 1.14 --- db_upgrade.php 6 Sep 2008 18:02:09 -0000 1.15 *************** *** 30,34 **** } ! $mx_module_version = '2.0.4'; $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.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>'; |