|
From: Florin C B. <ory...@us...> - 2013-04-09 12:15:24
|
Update of /cvsroot/mxbb/mx_music In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3888 Modified Files: db_install.php db_upgrade.php Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_install.php 8 Apr 2013 13:07:46 -0000 1.15 --- db_install.php 9 Apr 2013 12:15:22 -0000 1.16 *************** *** 33,37 **** } ! $mx_module_version = '2.9.4'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>'; --- 33,37 ---- } ! $mx_module_version = '2.9.5'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_upgrade.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_upgrade.php 18 Sep 2008 07:24:44 -0000 1.11 --- db_upgrade.php 9 Apr 2013 12:15:22 -0000 1.12 *************** *** 30,34 **** } ! $mx_module_version = '2.9.4'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); --- 30,34 ---- } ! $mx_module_version = '2.9.5'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); |