|
From: FlorinCB <ory...@us...> - 2009-01-08 21:18:28
|
Update of /cvsroot/mxbb/mx_smartor In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18342 Modified Files: db_install.php db_upgrade.php Log Message: fix Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** db_install.php 8 Jan 2009 20:43:41 -0000 1.30 --- db_install.php 8 Jan 2009 21:18:15 -0000 1.31 *************** *** 53,57 **** $mx_module_version = '2.9.7'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mx-publisher.com/" target="_blank">Jon Ohlsson</a> & <a href="http://www.caleacrestina.com/" target="_blank">Florin C. Bodin</a>'; // If upgrading from old mx album --- 53,57 ---- $mx_module_version = '2.9.7'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by <a href="http://www.mx-publisher.com/" target="_blank">Jon Ohlsson</a> & <a href="http://www.caleacrestina.com/" target="_blank">Florin C. Bodin</a> & <a href="http://www.icyphoenix.com/" target="_blank">Mighty Gorgon</a> & <a href="http://smartor.is-root.com/" target="_blank">Smartor</a>'; // If upgrading from old mx album Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** db_upgrade.php 8 Jan 2009 20:43:41 -0000 1.27 --- db_upgrade.php 8 Jan 2009 21:18:15 -0000 1.28 *************** *** 31,35 **** $mx_module_version = '2.9.7'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mx-publisher.com/" target="_blank">Jon Ohlsson</a> & <a href="http://www.caleacrestina.com/" target="_blank">Florin C. Bodin</a>'; $sql = array(); --- 31,35 ---- $mx_module_version = '2.9.7'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by <a href="http://www.mx-publisher.com/" target="_blank">Jon Ohlsson</a> & <a href="http://www.caleacrestina.com/" target="_blank">Florin C. Bodin</a> & <a href="http://www.icyphoenix.com/" target="_blank">Mighty Gorgon</a> & <a href="http://smartor.is-root.com/" target="_blank">Smartor</a>'; $sql = array(); |