Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1254 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Aug 19, 2002
1 parent 076d0e6 commit 51135d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bug_delete.php
Expand Up @@ -16,7 +16,7 @@
check_access( $g_handle_bug_threshold );
check_bug_exists( $f_id );

bug_delete($f_id, $f_bug_text_id);
bug_delete( $f_id, $f_bug_text_id );

$t_redirect_url = 'view_all_bug_page.php';
if ( $result ) {
Expand Down
6 changes: 4 additions & 2 deletions bug_file_upload_inc.php
Expand Up @@ -10,9 +10,11 @@
# It POSTs to bug_file_add.php3
?>
<?php # Upload File Form BEGIN ?>
<?php if ( ( ON == $g_allow_file_upload )&&
<?php
if ( ( ON == $g_allow_file_upload )&&
( $v_status < RESOLVED )&&
( access_level_check_greater_or_equal( REPORTER ) ) ) { ?>
( access_level_check_greater_or_equal( REPORTER ) ) ) {
?>
<p>
<div align="center">
<table class="width100" cellspacing="1">
Expand Down

0 comments on commit 51135d8

Please sign in to comment.