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 07cb1b5

Browse files
committedJun 13, 2012
#13900: Improve documentation for mc_project_get_issues and similar
1 parent 6049e59 commit 07cb1b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎api/soap/mantisconnect.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
),
12071207
$t_namespace,
12081208
false, false, false,
1209-
'Get the issues that match the specified project id and paging details.'
1209+
'Get the issues that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
12101210
);
12111211

12121212
### mc_project_get_issue_headers
@@ -1223,7 +1223,7 @@
12231223
),
12241224
$t_namespace,
12251225
false, false, false,
1226-
'Get the issue headers that match the specified project id and paging details.'
1226+
'Get the issue headers that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
12271227
);
12281228

12291229
### mc_project_get_users
@@ -1544,7 +1544,7 @@
15441544
),
15451545
$t_namespace,
15461546
false, false, false,
1547-
'Get the issues that match the specified filter and paging details.'
1547+
'Get the issues that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
15481548
);
15491549

15501550
### mc_filter_get_issue_headers
@@ -1562,7 +1562,7 @@
15621562
),
15631563
$t_namespace,
15641564
false, false, false,
1565-
'Get the issue headers that match the specified filter and paging details.'
1565+
'Get the issue headers that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
15661566
);
15671567

15681568
### mc_config_get_string

0 commit comments

Comments
 (0)
Please sign in to comment.