|
From: OryNider <ory...@us...> - 2008-02-04 16:30:48
|
Update of /cvsroot/mxbb/mx_glance In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31347 Modified Files: db_install.php db_upgrade.php mx_glance.php mx_install_readme.htm Log Message: upgrade to 2.4.0 Index: mx_glance.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/mx_glance.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_glance.php 28 Jan 2008 21:49:46 -0000 1.11 --- mx_glance.php 4 Feb 2008 16:30:43 -0000 1.12 *************** *** 1,3 **** ! <?php /** * --- 1,3 ---- ! <?php /** * *************** *** 6,9 **** --- 6,10 ---- [...968 lines suppressed...] 'L_BACK_TO_TOP' => ( !empty($lang['Back_to_top']) ? $lang['Back_to_top'] : 'Back to Top' ) --- 1030,1034 ---- 'L_NEW_POSTS' => $lang['New_posts'], 'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'], ! 'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'], 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), 'L_BACK_TO_TOP' => ( !empty($lang['Back_to_top']) ? $lang['Back_to_top'] : 'Back to Top' ) *************** *** 1035,1039 **** $template->pparse('glance_output'); ! // THE END ?> --- 1036,1040 ---- $template->pparse('glance_output'); ! // THE END ?> Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 24 Jan 2008 18:50:11 -0000 1.4 --- db_install.php 4 Feb 2008 16:30:43 -0000 1.5 *************** *** 31,35 **** } ! $mx_module_version = '2.3.6'; $mx_module_copy = 'mxBB <i> - At A Glance</i> module by blulegend, Jack Kan & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.4.0'; $mx_module_copy = 'mxBB <i> - At A Glance</i> module by blulegend, Jack Kan & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 24 Jan 2008 18:50:12 -0000 1.4 --- db_upgrade.php 4 Feb 2008 16:30:43 -0000 1.5 *************** *** 31,35 **** } ! $mx_module_version = '2.3.6'; $mx_module_copy = 'mxBB <i> - At A Glace</i> module by blulegend, Jack Kan & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.4.0'; $mx_module_copy = 'mxBB <i> - At A Glace</i> module by blulegend, Jack Kan & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; |