|
From: OryNider <ory...@us...> - 2008-03-21 09:06:45
|
Update of /cvsroot/mxbb/mx_radiocast In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4553 Modified Files: radiocast.php Log Message: fix Index: radiocast.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/radiocast.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** radiocast.php 21 Mar 2008 08:50:26 -0000 1.4 --- radiocast.php 21 Mar 2008 09:06:41 -0000 1.5 *************** *** 84,751 **** // ! //mode // ! if ( isset($HTTP_POST_VARS['radiocast_mode']) || isset($HTTP_GET_VARS['radiocast_mode']) ) { ! $mode= ( isset($HTTP_POST_VARS['radiocast_mode']) ) ? $HTTP_POST_VARS['radiocast_mode'] : $HTTP_GET_VARS['radiocast_mode']; } ! else { [...1514 lines suppressed...] ! 'SORT_RATING_OPTION' => $sort_rating_option, ! 'SORT_COMMENTS_OPTION' => $sort_comments_option, ! 'SORT_NEW_COMMENT_OPTION' => $sort_new_comment_option, ! 'L_SORT' => $lang['Sort']) ! ); ! // ! // Generate the page ! // ! $template->pparse('body'); + if ( !is_object($mx_block)) + { + include($mx_root_path . 'includes/page_tail.'.$phpEx); + } } ?> \ No newline at end of file |