.
/**
* This include file prints out the list of users monitoring the current
* bug. $f_bug_id must be set and be set to the bug id
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2014 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
if ( access_has_bug_level( config_get( 'show_monitor_list_threshold' ), $f_bug_id ) ) {
$t_users = bug_get_monitors( $f_bug_id );
$num_users = sizeof ( $t_users );
echo '
';
collapse_open( 'monitoring' );
?>
0) ? ', ' : '';
echo print_user( $t_users[$i] );
if ( $t_can_delete_others ) {
echo ' [' . lang_get( 'delete_link' ) . ']';
}
}
}
if ( access_has_bug_level( config_get( 'monitor_add_others_bug_threshold' ), $f_bug_id ) ) {
echo ' ', lang_get( 'username' ); ?> |