Skip to content

Commit

Permalink
Fixed #5980: View submitted issue after reporting should open in same…
Browse files Browse the repository at this point in the history
… window

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3712 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 19, 2005
1 parent d87b05c commit b22852e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bug_report.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: bug_report.php,v 1.43 2005-06-14 17:48:35 thraxisp Exp $
# $Id: bug_report.php,v 1.44 2005-07-19 23:26:21 vboctor Exp $
# --------------------------------------------------------

# This page stores the reported bug
Expand Down Expand Up @@ -93,7 +93,7 @@
$f_file_error = ( isset( $f_file['error'] ) ) ? $f_file['error'] : 0;
file_add( $t_bug_id, $f_file['tmp_name'], $f_file['name'], $f_file['type'], 'bug', $f_file_error );
}

# Handle custom field submission
foreach( $t_related_custom_field_ids as $t_id ) {
# Do not set custom field value if user has no write access.
Expand Down Expand Up @@ -148,7 +148,7 @@
<div align="center">
<?php
echo lang_get( 'operation_successful' ) . '<br />';
print_bracket_link( string_get_bug_view_url( $t_bug_id ), lang_get( 'view_submitted_bug_link' ) . " $t_bug_id", true );
print_bracket_link( string_get_bug_view_url( $t_bug_id ), lang_get( 'view_submitted_bug_link' ) . " $t_bug_id" );
print_bracket_link( 'view_all_bug_page.php', lang_get( 'view_bugs_link' ) );

if ( $f_report_stay ) {
Expand Down

0 comments on commit b22852e

Please sign in to comment.