| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
| Copyright: | Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| File Size: | 132 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| action_attach_tags_print_title() X-Ref |
| Prints the title for the custom action page. |
| action_attach_tags_print_fields() X-Ref |
| Prints the table and form for the Attach Tags group action page. |
| action_attach_tags_validate( $p_bug_id ) X-Ref |
| Validates the Attach Tags group action. Checks if a user can attach the requested tags to a given bug. param: integer Bug ID return: string|null On failure: the reason for tags failing validation for the given bug. On success: null. |
| action_attach_tags_process( $p_bug_id ) X-Ref |
| Attaches all the tags to each bug in the group action. param: integer Bug ID return: null Previous validation ensures that this function doesn't fail. Therefore we can always return null to indicate no errors occurred. |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |