diff --git a/view_bug_advanced_page.php3 b/view_bug_advanced_page.php3 index 6c8e5dfb9a..c8becabe2f 100644 --- a/view_bug_advanced_page.php3 +++ b/view_bug_advanced_page.php3 @@ -27,8 +27,6 @@ $v2_description = string_display_with_br( $v2_description ); $v2_steps_to_reproduce = string_display_with_br( $v2_steps_to_reproduce ); $v2_additional_information = string_display_with_br( $v2_additional_information ); - $v_date_submitted = date( "m-d H:i", sql_to_unix_time( $v_date_submitted ) ); - $v_last_updated = date( "m-d H:i", sql_to_unix_time( $v_last_updated ) ); ?> @@ -91,10 +89,10 @@ - + - + > @@ -294,10 +292,18 @@ + +
+ + + > + + +
- colspan=2> + >
diff --git a/view_bug_page.php3 b/view_bug_page.php3 index e893d2aeb4..2d858607ac 100644 --- a/view_bug_page.php3 +++ b/view_bug_page.php3 @@ -27,8 +27,6 @@ $v2_description = string_display_with_br( $v2_description ); $v2_steps_to_reproduce = string_display_with_br( $v2_steps_to_reproduce ); $v2_additional_information = string_display_with_br( $v2_additional_information ); - $v_date_submitted = date( "m-d H:i", sql_to_unix_time( $v_date_submitted ) ); - $v_last_updated = date( "m-d H:i", sql_to_unix_time( $v_last_updated ) ); ?> @@ -91,10 +89,10 @@ - + - + > @@ -194,10 +192,18 @@ + +
+ + + > + + +
- colspan=2> + >