mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
oops
git-svn-id: file:///svn/phpbb/trunk@6362 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -220,9 +220,9 @@ class acp_reasons
|
|||||||
FROM " . REPORTS_TABLE . "
|
FROM " . REPORTS_TABLE . "
|
||||||
WHERE reason_id = " . $reason_id . "
|
WHERE reason_id = " . $reason_id . "
|
||||||
|
|
||||||
UPDATETEXT " . REPORTS_TABLE . ".report_text @ptrval 0 0 '" . $db->sql_escape($reason_row['reason_description']) . "\n\n'"
|
UPDATETEXT " . REPORTS_TABLE . ".report_text @ptrval 0 0 '" . $db->sql_escape($reason_row['reason_description']) . "\n\n'
|
||||||
|
|
||||||
'UPDATE ' . REPORTS_TABLE . '
|
UPDATE " . REPORTS_TABLE . '
|
||||||
SET reason_id = ' . $other_reason_id . "
|
SET reason_id = ' . $other_reason_id . "
|
||||||
WHERE reason_id = $reason_id";
|
WHERE reason_id = $reason_id";
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user