1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[feature/save-post-on-report] The complete changes for this feature

This covers all the changes so that when a report is made, the post
itself is copied and displayed in the MCP instead of the current post.
Unfortunatly, I made all commits in the wrong way and they were lost.
Now I have only the final files.
This commit is contained in:
Bruno Ais
2012-01-25 14:30:52 +00:00
committed by Oleg Pudeyev
parent 1fa39ea722
commit 95b5109c62
4 changed files with 13 additions and 6 deletions

View File

@@ -1088,6 +1088,9 @@ function database_update_info()
PROFILE_FIELDS_TABLE => array(
'field_show_on_pm' => array('BOOL', 0),
),
REPORTS_TABLE => array(
'reported_post' => array('TEXT', ''),
),
),
'change_columns' => array(
GROUPS_TABLE => array(