|
From: Jon O. <jon...@us...> - 2006-08-28 21:10:58
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4741/modules/mx_coreblocks Modified Files: mx_includex.php Log Message: updated mod_rewrite mx_append_sid function bug in page_tail, for debug div bugs in includeX block minor template bugs Index: mx_includex.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_includex.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_includex.php 5 Apr 2006 20:54:24 -0000 1.9 --- mx_includex.php 28 Aug 2006 21:10:53 -0000 1.10 *************** *** 8,12 **** * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 8,12 ---- * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 38,42 **** 'L_TITLE' => ( !empty($lang[$title]) ? $lang[$title] : $title ) )); ! switch( $x_mode ) { --- 38,42 ---- 'L_TITLE' => ( !empty($lang[$title]) ? $lang[$title] : $title ) )); ! switch( $x_mode ) { *************** *** 59,62 **** --- 59,63 ---- case 'x_textfile': // Textfile + $file = $x_1; ob_start(); @readfile($mx_root_path . $file); |