Skip to content

Commit

Permalink
Fix #16486: Broken summary page following removal of db_num_rows calls
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Oct 14, 2013
1 parent 983034e commit cbb9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summary_page.php
Expand Up @@ -77,7 +77,7 @@
GROUP BY b.id, b.status, b.date_submitted, b.last_updated
ORDER BY b.id ASC";
$result = db_query_bound( $query, array( $t_resolved, $t_resolved ) );
$bug_count = 0
$bug_count = 0;

$t_bug_id = 0;
$t_largest_diff = 0;
Expand Down

0 comments on commit cbb9eaf

Please sign in to comment.