|
From: Jon O. <jon...@us...> - 2007-04-28 19:47:32
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16:/tmp/cvs-serv20389 Modified Files: calendar.php Log Message: fixes Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** calendar.php 29 Jun 2006 19:05:39 -0000 1.27 --- calendar.php 28 Apr 2007 19:47:29 -0000 1.28 *************** *** 74,78 **** // Get the current MX page. // ! $page_id = ( !empty( $HTTP_POST_VARS['page'] ) ) ? $HTTP_POST_VARS['page'] : $HTTP_GET_VARS['page']; // --- 74,78 ---- // Get the current MX page. // ! //$page_id = ( !empty( $HTTP_POST_VARS['page'] ) ) ? $HTTP_POST_VARS['page'] : $HTTP_GET_VARS['page']; // |