|
From: Jon O. <jon...@us...> - 2005-04-12 21:11:18
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30005/modules/mx_calsnails Modified Files: calendar.php Log Message: i have renamed mx_auth_group_cache to mx_auth_group and removed old function with shorter name ;) ...to make it clearer Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** calendar.php 17 Mar 2005 12:04:26 -0000 1.14 --- calendar.php 12 Apr 2005 21:11:06 -0000 1.15 *************** *** 1,1759 **** ! <?php ! /** ! * MX-System changes to original source: ! * ! * MX001: MX Block Initialization and Use of $block_size. ! * MX002: Remove include cal_settings (includes/mx_common.php). ! * MX003: Move other includes into mx_common.php. ! * MX004: Add $module_root_path to $thisscript. ! * MX005: Check the use of header/footer (only if running standalone). ! * MX006: Change table names to match MX conventions. [...3491 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 |