|
From: FlorinCB <ory...@us...> - 2009-01-08 20:43:50
|
Update of /cvsroot/mxbb/mx_smartor In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16644 Modified Files: album.php db_install.php db_upgrade.php Log Message: Version 2.9.7 - album mid pic fixed to resize GIF files on the fly ;) Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** album.php 5 Sep 2008 03:18:49 -0000 1.26 --- album.php 8 Jan 2009 20:43:41 -0000 1.27 *************** *** 321,325 **** else if ( $mode == 'album_picm' ) { ! error_reporting(0); //Errors will coupt thumbnalis include($album_root_path. 'modules/album_picm.'.$phpEx); } --- 321,325 ---- else if ( $mode == 'album_picm' ) { ! error_reporting(E_ALL); //Errors will coupt thumbnalis include($album_root_path. 'modules/album_picm.'.$phpEx); } Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** db_install.php 23 Dec 2008 06:47:38 -0000 1.29 --- db_install.php 8 Jan 2009 20:43:41 -0000 1.30 *************** *** 52,58 **** } ! $mx_module_version = '2.9.6'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; ! // If upgrading from old mx album --- 52,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 Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** db_upgrade.php 23 Dec 2008 06:58:37 -0000 1.26 --- db_upgrade.php 8 Jan 2009 20:43:41 -0000 1.27 *************** *** 30,35 **** } ! $mx_module_version = '2.9.6'; ! $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; $sql = array(); --- 30,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(); |