|
From: OryNider <ory...@us...> - 2008-03-13 03:44:46
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12568 Modified Files: album.php db_install.php db_upgrade.php Log Message: upgrade to 2.0.1 gold Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** album.php 8 Feb 2008 10:47:59 -0000 1.22 --- album.php 13 Mar 2008 03:43:41 -0000 1.23 *************** *** 12,19 **** * MODIFICATIONS * --------------- ! * started : Saturday, January 18, 2004 ! * copyright : © Volodymyr (CLowN) Skoryk ! * email : bla...@ya... ! * version : 1.5 * * MODIFICATIONS: --- 12,19 ---- * MODIFICATIONS [...1180 lines suppressed...] ! // include our special personal gallery files ! // this file holds all the code to handle personal galleries ! // except moderation and management of personal gallery categories. ! include ($album_root_path . 'album_personal.' . $phpEx); ! } } ! */ ! album_display_index($album_user_id, ALBUM_ROOT_CATEGORY, true, true, true); ! // Generate the page ! $template->pparse('body'); ! if ( !is_object($mx_block)) ! { ! include($mx_root_path . 'includes/page_tail.'.$phpEx); ! } } ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_install.php 6 Mar 2008 06:43:48 -0000 1.20 --- db_install.php 13 Mar 2008 03:43:41 -0000 1.21 *************** *** 32,36 **** } ! $mx_module_version = '2.0.1'; $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>'; --- 32,36 ---- } ! $mx_module_version = '2.0.2'; $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>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_upgrade.php 6 Mar 2008 06:43:48 -0000 1.20 --- db_upgrade.php 13 Mar 2008 03:43:42 -0000 1.21 *************** *** 30,34 **** } ! $mx_module_version = '2.0.1'; $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>'; --- 30,34 ---- } ! $mx_module_version = '2.0.2'; $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>'; |