aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2012-02-03 20:54:24 +0000
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-19 08:27:31 -0400
commitc241a4a2b484b561b5515c6f8211a21d39fd8d78 (patch)
tree24ae710da175c114e2ccc7a8a89b700c74e0941f /phpBB/develop
parent95b5109c622f8acd2d57343b97e3c2b6b157863a (diff)
downloadforums-c241a4a2b484b561b5515c6f8211a21d39fd8d78.tar
forums-c241a4a2b484b561b5515c6f8211a21d39fd8d78.tar.gz
forums-c241a4a2b484b561b5515c6f8211a21d39fd8d78.tar.bz2
forums-c241a4a2b484b561b5515c6f8211a21d39fd8d78.tar.xz
forums-c241a4a2b484b561b5515c6f8211a21d39fd8d78.zip
[feature/save-post-on-report] Saves the post reported when a report is creat
A problem when creating a report is that the report may be made and then the post changed. After the changes, if the report is seen the message it shows may not be correct to be reported. With these changes, when a report is created the system copies the post that was reported and shows it in the report details in the MCP PHPBB3-10600
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 80d6e05d09..a4738df5bf 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1528,6 +1528,7 @@ function get_schema_struct()
'report_closed' => array('BOOL', 0),
'report_time' => array('TIMESTAMP', 0),
'report_text' => array('MTEXT_UNI', ''),
+ 'reported_post' => array('MTEXT_UNI', ''),
),
'PRIMARY_KEY' => 'report_id',
'KEYS' => array(