Skip to content

Commit

Permalink
Remove "Print Issues" from summary page
Browse files Browse the repository at this point in the history
Fixes #17965
  • Loading branch information
vboctor committed Jan 22, 2015
1 parent 065521c commit 8645822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/html_api.php
Expand Up @@ -1321,7 +1321,6 @@ function print_summary_menu( $p_page = '' ) {
}
}

$t_pages['print_all_bug_page.php'] = array( 'url'=>'print_all_bug_page.php', 'label'=>'print_all_bug_page_link' );
$t_pages['summary_page.php'] = array( 'url'=>'summary_page.php', 'label'=>'summary_link' );
# Remove the link from the current page
if( isset( $t_pages[$p_page] ) ) {
Expand Down

0 comments on commit 8645822

Please sign in to comment.