Skip to content

Commit

Permalink
removed extra echo statements
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@651 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Jan 16, 2002
1 parent 5a8f811 commit eaf8365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view_all_bug_page.php
Expand Up @@ -110,7 +110,6 @@
# Limit reporters to only see their reported bugs
if ( ON == $g_limit_reporters ) {
if ( get_current_user_field( "access_level" ) <= REPORTER ) {
echo get_current_user_field( "access_level" )."AAAAAA";
$f_user_id = get_current_user_field( "id" );
}
}
Expand Down

0 comments on commit eaf8365

Please sign in to comment.