mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
ok, sorry for this. :/
- cleaned up table names/constants git-svn-id: file:///svn/phpbb/trunk@6021 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -578,7 +578,7 @@ function disapprove_post($post_id_list, $mode)
|
||||
if ($reason_id)
|
||||
{
|
||||
$sql = 'SELECT reason_title, reason_description
|
||||
FROM ' . REASONS_TABLE . "
|
||||
FROM ' . REPORTS_REASONS_TABLE . "
|
||||
WHERE reason_id = $reason_id";
|
||||
$result = $db->sql_query($sql);
|
||||
$row = $db->sql_fetchrow($result);
|
||||
|
Reference in New Issue
Block a user