[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 1438 lines (52 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mcp_queue:: (5 methods):
mcp_queue()
main()
approve_posts()
approve_topics()
disapprove_posts()
mcp_queue(&$p_master) X-Ref |
No description |
main($id, $mode) X-Ref |
No description |
approve_posts($action, $post_id_list, $id, $mode) X-Ref |
Approve/Restore posts param: $action string Action we perform on the posts ('approve' or 'restore') param: $post_id_list array IDs of the posts to approve/restore param: $id mixed Category of the current active module param: $mode string Active module return: null |
approve_topics($action, $topic_id_list, $id, $mode) X-Ref |
Approve/Restore topics param: $action string Action we perform on the posts ('approve' or 'restore') param: $topic_id_list array IDs of the topics to approve/restore param: $id mixed Category of the current active module param: $mode string Active module return: null |
disapprove_posts($post_id_list, $id, $mode) X-Ref |
Disapprove Post param: $post_id_list array IDs of the posts to disapprove/delete param: $id mixed Category of the current active module param: $mode string Active module return: null |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |