diff --git a/bugnote_add_inc.php b/bugnote_add_inc.php index 92715efece..d97446a997 100644 --- a/bugnote_add_inc.php +++ b/bugnote_add_inc.php @@ -145,10 +145,8 @@ if( $t_allow_file_upload ) { $t_file_upload_max_num = max( 1, config_get( 'file_upload_max_num' ) ); $t_max_file_size = file_get_max_file_size(); - - $t_attach_style = ( $t_default_bugnote_view_status != VS_PUBLIC ) ? 'display: none;' : ''; ?> - +