|
From: Jon O. <jon...@us...> - 2005-12-11 16:16:09
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17790/modules/mx_calsnails Modified Files: calendar.php Log Message: adding php5 support Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** calendar.php 8 Dec 2005 14:43:10 -0000 1.20 --- calendar.php 11 Dec 2005 16:16:01 -0000 1.21 *************** *** 423,1749 **** // +MX007: Begin - function this_mxurl( $args = '', $jump_to_standalone_mode = false, $cal_page_id = '' ) - { - global $thisscript, $generate_headers, $module_root_path, $page_id, $phpEx; - - if ( $generate_headers || $jump_to_standalone_mode ) - { - $mxurl = $module_root_path . 'calendar.' . $phpEx . ( $args == '' ? '' : '?' . $args ); - } [...1299 lines suppressed...] - $omega--; - } - } - if ( $alpha > $omega ) - { - break; - } - $temporary = $array[$alpha]; - $array[$alpha++] = $array[$omega]; - $array[$omega--] = $temporary; - } - array_qsort2 ( $array, $column, $order, $first, $omega ); - array_qsort2 ( $array, $column, $order, $alpha, $last ); - } - return $array; - } - ?> \ No newline at end of file --- 423,425 ---- |