Skip to content

Commit

Permalink
#13900: Improve documentation for mc_project_get_issues and similar
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed Jun 13, 2012
1 parent 92d6ae2 commit bc462cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/soap/mantisconnect.php
Expand Up @@ -1207,7 +1207,7 @@
),
$t_namespace,
false, false, false,
'Get the issues that match the specified project id and paging details.'
'Get the issues that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
);

### mc_project_get_issue_headers
Expand All @@ -1224,7 +1224,7 @@
),
$t_namespace,
false, false, false,
'Get the issue headers that match the specified project id and paging details.'
'Get the issue headers that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
);

### mc_project_get_users
Expand Down Expand Up @@ -1545,7 +1545,7 @@
),
$t_namespace,
false, false, false,
'Get the issues that match the specified filter and paging details.'
'Get the issues that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
);

### mc_filter_get_issue_headers
Expand All @@ -1563,7 +1563,7 @@
),
$t_namespace,
false, false, false,
'Get the issue headers that match the specified filter and paging details.'
'Get the issue headers that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
);

### mc_config_get_string
Expand Down

0 comments on commit bc462cd

Please sign in to comment.