Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 501d30b

Browse files
VeMagrombert
authored andcommittedDec 7, 2011
Fix #0013083: Only 50 bugs (default) are shown
function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs"
1 parent e26131c commit 501d30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎plugins/MantisGraph/pages/bug_graph_bycategory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
$f_page_number = 1;
5050

51-
$t_per_page = 0;
51+
$t_per_page = -1;
5252
$t_bug_count = null;
5353
$t_page_count = 0;
5454

‎plugins/MantisGraph/pages/bug_graph_bystatus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
$f_page_number = 1;
5050

51-
$t_per_page = 0;
51+
$t_per_page = -1;
5252
$t_bug_count = null;
5353
$t_page_count = 0;
5454

0 commit comments

Comments
 (0)
Please sign in to comment.