0 ) {
html_page_top1();
html_page_top2();
$t_links = array();
foreach( $t_failed_ids as $t_id ) {
$t_links[] = string_get_bug_view_link( $t_id );
}
echo '
';
echo lang_get( 'bug_actiongroup_failed' ) . implode( ', ', $t_links ) . '
';
print_bracket_link( $t_redirect_url, lang_get( 'proceed' ) );
echo '
';
html_page_bottom1( __FILE__ );
} else {
print_header_redirect( $t_redirect_url );
}
?>