|
From: Florin C B. <ory...@us...> - 2013-10-08 19:43:44
|
Update of /cvsroot/mxbb/mx_calsnails In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7756 Modified Files: calendar.php Log Message: Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** calendar.php 3 Apr 2013 10:56:50 -0000 1.32 --- calendar.php 8 Oct 2013 19:43:41 -0000 1.33 *************** *** 44,55 **** } - // // Common Includes and Read Calendar Lite Settings - // include_once($module_root_path . 'includes/mx_common.' . $phpEx); - // // Read Block Settings - // $title = $mx_block->block_info['block_title']; $block_size = ( isset( $block_size ) && !empty( $block_size ) ? $block_size : '100%' ); --- 44,51 ---- *************** *** 61,67 **** $cal_mod_group = $mx_block->get_parameters('cal_mod_group'); $cal_hebrew = $mx_block->get_parameters('cal_hebrew') == 'TRUE'; ! // // Get Calsnails target block - // $cal_block_id = $mx_block->get_parameters( 'target_block' ); $cal_page_id = get_page_id( $cal_block_id ); --- 57,62 ---- $cal_mod_group = $mx_block->get_parameters('cal_mod_group'); $cal_hebrew = $mx_block->get_parameters('cal_hebrew') == 'TRUE'; ! // Get Calsnails target block $cal_block_id = $mx_block->get_parameters( 'target_block' ); $cal_page_id = get_page_id( $cal_block_id ); *************** *** 72,83 **** } - // // Get the current MX page. - // //$page_id = ( !empty( $HTTP_POST_VARS['page'] ) ) ? $HTTP_POST_VARS['page'] : $HTTP_GET_VARS['page']; - // // Security Check - // if ( isset( $HTTP_GET_VARS['caluser'] ) || isset( $HTTP_POST_VARS['caluser'] ) || isset( $caluser ) ) { --- 67,74 ---- |