aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_mcp.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-4/+13
| | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-5/+5
| | | | PHPBB3-12612
* [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-231-15/+15
| | | | PHPBB3-12612
* [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-181-0/+666
PHPBB3-12612