mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
oops
git-svn-id: file:///svn/phpbb/trunk@6362 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
227980c7d1
commit
d3f8ea83db
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue