mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Fix parse errors
git-svn-id: file:///svn/phpbb/trunk@8331 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -225,7 +225,7 @@ class acp_reasons
|
||||
$report_text .= $reason_row['reason_description'] . "\n\n";
|
||||
|
||||
$sql = 'UPDATE ' . REPORTS_TABLE . '
|
||||
SET reason_id = ' . $other_reason_id . ", report_text = '" . $db->sql_escape($report_text) "'
|
||||
SET reason_id = ' . $other_reason_id . ", report_text = '" . $db->sql_escape($report_text) . "'
|
||||
WHERE reason_id = $reason_id";
|
||||
$db->sql_query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user