--- print_all_bug_page_word.php Wed Aug 31 13:05:44 2005
+++ print_all_bug_page_rbi.php Wed Aug 31 16:15:08 2005
@@ -94,28 +94,14 @@
$row = db_fetch_array( $result3 );
extract( $row, EXTR_PREFIX_ALL, 'v2' );
- $v_os = string_display( $v_os );
- $v_os_build = string_display( $v_os_build );
- $v_platform = string_display( $v_platform );
- $v_version = string_display( $v_version );
$v_summary = string_display_links( $v_summary );
$v2_description = string_display_links( $v2_description );
$v2_steps_to_reproduce = string_display_links( $v2_steps_to_reproduce );
$v2_additional_information = string_display_links( $v2_additional_information );
### note that dates are converted to unix format in filter_get_bug_rows
+
?>
-
-
| - - | -||||||||||
|
- - |
-||||||||||
| : @@ -123,18 +109,15 @@ | : | -- : + | + : | - : + : | : | -- : - | ||||
| @@ -143,135 +126,29 @@ | - | - - | -- - | -- - | -- - | -|||||
|
- - |
-||||||||||
| - : - | -- - | -- : - | -- - | -- | ||||||
| - : - | -- - | -- : - | -- - | -- | ||||||
| - : - | -- - | -- : - | -- - | -- | ||||||
| - : - | -- - | -- : - | -- - | -- | ||||||
| - : - | -- - | -- : - | -- - | -- | ||||||
| - : - | -- - | -- + | + | - | -- | |||||
| - : + if ( access_has_bug_level( config_get( 'view_handler_threshold' ), $v_id ) ) { + print_user_with_subject( $v_handler_id, $v_id ); + } + ?> | - + | -|||||||||
| @@ -282,21 +159,9 @@ | ||||||||||
|
- - |
-||||||||||
| - : - | -- - | -|||||||||
| : @@ -305,6 +170,12 @@ | ||||||||||
| : @@ -313,6 +184,13 @@ | ||||||||||
| : @@ -321,6 +199,7 @@ | ||||||||||
| : | $v2_date_added"; + case DISK: PRINT "$v2_filename ($v2_filesize KB) $v2_date_added"; break; - case DATABASE: PRINT "$v2_filename ($v2_filesize KB) $v2_date_added"; + case DATABASE: PRINT "$v2_filename ($v2_filesize KB) $v2_date_added"; break; } @@ -381,6 +268,9 @@ | |||||||||
| - - | -||||||||||
| - - | -||||||||||
|
- + | + | -|||||||||
-
|
-
-
'; + default: + echo $v3_note; + } + ?> + |
+|||||||||
| + + (' . lang_get( 'edited_on').' '. $v3_last_modified . ')'; + } ?> | ||||||||||