|
From: FlorinCB <ory...@us...> - 2008-12-16 23:22:03
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18292 Modified Files: cal_functions.php Log Message: fix Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** cal_functions.php 28 Aug 2008 19:19:03 -0000 1.16 --- cal_functions.php 16 Dec 2008 23:21:57 -0000 1.17 *************** *** 230,237 **** { global $html_entities_match, $html_entities_replace; ! global $thisscript, $board_config, $phpbb_root_path, $phpEx, $action, $lastday, $phpbbheaders, ! $id, $day, $month, $year, $userdata, $lang, $config_footer, $footer, $caluser, $cal_version, ! $block_size, // MX001 ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $db, $template, $mx_page, $mx_bbcode; if ( $caluser >= 4 ) --- 230,234 ---- { global $html_entities_match, $html_entities_replace; ! global $thisscript, $board_config, $phpbb_root_path, $phpEx, $action, $lastday, $phpbbheaders, $id, $day, $month, $year, $userdata, $lang, $config_footer, $footer, $caluser, $cal_version, $block_size, $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $db, $template, $mx_page, $mx_bbcode; if ( $caluser >= 4 ) *************** *** 528,534 **** { global $html_entities_match, $html_entities_replace; ! global $thisscript, $phpbb_root_path, $mx_root_path, $phpEx, $db, $template, $action, $phpbbheaders, ! $board_config, $cal_config, $id, $day, $month, $year, $time, $userdata, $modify, $lang, $event_desc, $subject, $caluser, ! $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $block_id, $mx_page; if ( ( $subject == '' ) || ( $event_desc == '' ) ) --- 525,531 ---- { global $html_entities_match, $html_entities_replace; ! global $thisscript, $phpbb_root_path, $mx_root_path, $phpEx, $db, $template, $action, $phpbbheaders; ! global $board_config, $cal_config, $id, $day, $month, $year, $time, $userdata, $modify, $lang, $event_desc, $subject, $caluser; ! global $endday, $endmonth, $endyear, $bbcode_uid, $homeurl, $block_id, $mx_page,$mx_bbcode; if ( ( $subject == '' ) || ( $event_desc == '' ) ) |