|
From: FlorinCB <ory...@us...> - 2009-01-24 13:42:46
|
Update of /cvsroot/mxbb/mx_pjirc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4000 Modified Files: db_install.php db_upgrade.php Log Message: upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 4 Jun 2008 00:09:06 -0000 1.6 --- db_install.php 24 Jan 2009 13:42:39 -0000 1.7 *************** *** 34,39 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - mx_pjirc</i> module by Amo & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; // If fresh install --- 34,39 ---- } ! $mx_module_version = '2.9.0'; ! $mx_module_copy = 'Mx-Publisher <i> - PJIRC</i> module by Amo & <a href="http://mx-publisher.com/" target="_blank">Mx Team</a>'; // If fresh install Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 4 Jun 2008 00:09:08 -0000 1.6 --- db_upgrade.php 24 Jan 2009 13:42:41 -0000 1.7 *************** *** 31,36 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - mx_pjirc</i> module by Amo & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; $sql = array(); --- 31,36 ---- } ! $mx_module_version = '2.9.0'; ! $mx_module_copy = 'Mx-Publisher <i> - PJIRC</i> module by Amo & <a href="http://mx-publisher.com/" target="_blank">Mx Team</a>'; $sql = array(); |