. # -------------------------------------------------------- # $Id: print_bugnote_inc.php,v 1.34.22.1 2007-10-13 22:34:19 giallu Exp $ # -------------------------------------------------------- ?>
()
   
    (' . lang_get( 'edited_on').' '. $v3_last_modified . ')'; } ?>
' . lang_get( 'reminder_sent_to' ) . ': '; $v3_note_attr = substr( $v3_note_attr, 1, strlen( $v3_note_attr ) - 2 ); $t_to = array(); foreach ( explode( '|', $v3_note_attr ) as $t_recipient ) { $t_to[] = user_get_name( $t_recipient ); } echo implode( ', ', $t_to ) . '
'; default: echo $v3_note; } ?>