
Uploaded with ImageShack.us
$t_resolved_bugs_link = '<a class="subtle" href="'
. config_get( 'bug_count_hyperlink_prefix' )
. '&do_filter_by_date=on'
. '&start_year=' . date( 'Y', $t_start_date )
. '&start_month=' . date( 'm', $t_start_date )
. '&start_day=' . date( 'd', $t_start_date )
. '&end_year=' . date( 'Y', $t_end_date )
. '&end_month=' . date( 'm', $t_end_date )
. '&end_day=' . date( 'd', $t_end_date )
. '&show_status=80">';
This is how I change in summary_api.php. However, when I click the link, the result was wrong. Please help me to revise. Thank you so much!