Skip to content

Commit

Permalink
use config variable where appropriate instead of hard coding for hype…
Browse files Browse the repository at this point in the history
…rlink
  • Loading branch information
mantis committed Aug 14, 2012
1 parent 7927112 commit 8b2f3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_view_inc.php
Expand Up @@ -421,7 +421,7 @@
# -- Viewing range info --?>
<td class="form-title" colspan="2">
<?php
print_link( 'view_all_set.php?type=1&temporary=y&' . $url_link_parameters[$t_box_title], $box_title, false, 'subtle' );
print_link( html_entity_decode( config_get( 'bug_count_hyperlink_prefix' ) ).'&' . $url_link_parameters[$t_box_title], $box_title, false, 'subtle' );

if( count( $rows ) > 0 ) {
$v_start = $t_filter[FILTER_PROPERTY_ISSUES_PER_PAGE] * ( $f_page_number - 1 ) + 1;
Expand Down

0 comments on commit 8b2f3db

Please sign in to comment.